From: Alexander Barton Date: Sun, 2 Jun 2002 17:02:34 +0000 (+0000) Subject: - Syntax von Conn_Handler() geaendert: kein Timeout mehr. X-Git-Tag: rel-0-5-0-pre1~131 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=b966b2108d195374f3da47614da00555e6773778;hp=9ec32d15ab968390c66545b1ed5c62b38e526834;ds=sidebyside - Syntax von Conn_Handler() geaendert: kein Timeout mehr. --- diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index ead4a802..1707b295 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: conn.h,v 1.15 2002/05/27 13:09:26 alex Exp $ + * $Id: conn.h,v 1.16 2002/06/02 17:02:34 alex Exp $ * * conn.h: Verwaltung aller Netz-Verbindungen ("connections") (Header) */ @@ -30,7 +30,7 @@ GLOBAL VOID Conn_Exit PARAMS(( VOID )); GLOBAL BOOLEAN Conn_NewListener PARAMS(( CONST UINT Port )); -GLOBAL VOID Conn_Handler PARAMS(( INT Timeout )); +GLOBAL VOID Conn_Handler PARAMS(( VOID )); GLOBAL BOOLEAN Conn_Write PARAMS(( CONN_ID Idx, CHAR *Data, INT Len )); GLOBAL BOOLEAN Conn_WriteStr PARAMS(( CONN_ID Idx, CHAR *Format, ... ));