X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=ffbfe64a909d9813ebb05fc6aded31bf9cbe168f;hb=ff2c1efae8b8b1bf30013123bb17243dc682f7d3;hp=2194f5371d1edfecf75e35d5993545d92a1bb869;hpb=2a3f8cc57d1e4797731e6e06649b32e57067c19b;p=ngircd-alex.git diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 2194f537..ffbfe64a 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conn.h,v 1.30 2003/02/21 19:18:48 alex Exp $ + * $Id: conn.h,v 1.31 2003/03/27 01:20:22 alex Exp $ * * Connection management (header) */ @@ -96,6 +96,7 @@ GLOBAL BOOLEAN Conn_WriteStr PARAMS(( CONN_ID Idx, CHAR *Format, ... )); GLOBAL VOID Conn_Close PARAMS(( CONN_ID Idx, CHAR *LogMsg, CHAR *FwdMsg, BOOLEAN InformClient )); +GLOBAL VOID Conn_SyncServerStruct PARAMS(( VOID )); GLOBAL INT Conn_MaxFD;