From 334891f7c465cc00798511863a8a651713642202 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 22 Jul 2005 14:20:20 +0000 Subject: socket Buffered output --- src/ivybind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivybind.c') diff --git a/src/ivybind.c b/src/ivybind.c index 1a9d49a..cd758c6 100644 --- a/src/ivybind.c +++ b/src/ivybind.c @@ -41,7 +41,7 @@ #endif struct _binding { - struct _timer *next; + struct _binding *next; #ifndef USE_PCRE_REGEX regex_t regexp; /* la regexp sous forme machine */ regmatch_t match[MAX_MSG_FIELDS+1]; /* resultat du match */ -- cgit v1.1