/* * packet.h * * $Id: packet.h 440 2002-12-29 02:55:36Z pierreg0 $ */ #ifndef INCLUDED_packet_h #define INCLUDED_packet_h #ifndef INCLUDED_sys_types_h #include #define INCLUDED_sys_types_h #endif struct Client; /* * Prototypes */ extern int server_dopacket(struct Client* cptr, const char* buffer, int length); extern int connect_dopacket(struct Client* cptr, const char* buffer, int length); extern int client_dopacket(struct Client* cptr, unsigned int length); #endif /* INCLUDED_packet_h */