/* * packet.h * * $Id: packet.h,v 1.6.4.1 2002/07/05 01:11:05 a1kmm Exp $ */ #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 */