X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclient.h;h=9c7cde4113bd75a1e87ed58ec083d18e882837ed;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hp=98a0d1a4e327011fa571154f9657c2143657a9f2;hpb=6fdd3479f126a866c022c39dcd424d6042de6875;p=ngircd.git diff --git a/src/ngircd/client.h b/src/ngircd/client.h index 98a0d1a4..9c7cde41 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -7,13 +7,16 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Client management (header) */ #ifndef __client_h__ #define __client_h__ +/** + * @file + * Client management (header) + */ + #define CLIENT_UNKNOWN 1 /* connection of unknown type */ #define CLIENT_GOTPASS 2 /* client did send PASS */ #define CLIENT_GOTNICK 4 /* client did send NICK */ @@ -157,6 +160,12 @@ GLOBAL void Client_RegisterWhowas PARAMS(( CLIENT *Client )); GLOBAL const char *Client_TypeText PARAMS((CLIENT *Client)); +#ifdef DEBUG +GLOBAL void Client_DebugDump PARAMS((void)); #endif + +#endif + + /* -eof- */