src/common.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Tue, 16 Feb 2010 23:38:02 +0100
changeset 45 535478a0f482
parent 33 56571d34d754
permissions -rw-r--r--
Prevent further segmentation faults in parse.c Some critical parts in parse.c depend on parseable data in message->user and message->email. These values will never be NULL and will never again result in a segmentation fault. committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $Id: common.h 551 2009-02-01 10:28:39Z mbroeker $
 */

#ifndef COMMON_H
#define COMMON_H

#define DEFAULT_BUF_SIZE 512
#endif