src/common.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Thu, 28 May 2009 14:08:48 +0200
changeset 37 85891f91096c
parent 33 56571d34d754
permissions -rw-r--r--
enumerated types for irc.c The irc section gets an enumerated type for constant values. This makes the code more readable and less error prone. 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