From b966b2108d195374f3da47614da00555e6773778 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 2 Jun 2002 17:02:34 +0000 Subject: [PATCH] - Syntax von Conn_Handler() geaendert: kein Timeout mehr. --- src/ngircd/conn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ... )); -- 2.39.2