/* ezbounce.h */

#ifndef __ezbounce_h
#   define __ezbounce_h

#include <time.h>

extern time_t start_time;

/* Don't play with these unless you know what you're doing */
#define NICKNAME_LENGTH 32
#define PASSWORD_LENGTH 16
#define CHANNEL_LENGTH  128
#define ADDRESS_LENGTH  128
#define TEXT_LENGTH     512

#define STR_NICKNAME_LENGTH "32"
#define STR_PASSWORD_LENGTH "16"

#define EZBOUNCE_VERSION "ezbounce v1.04c"
#endif


syntax highlighted by Code2HTML, v. 0.9.1