summaryrefslogtreecommitdiff
path: root/src/ivybind.c
diff options
context:
space:
mode:
authorfcolin2005-07-22 14:20:20 +0000
committerfcolin2005-07-22 14:20:20 +0000
commit334891f7c465cc00798511863a8a651713642202 (patch)
tree6930424dd17c076b1bc3f52f41b2900e1a63bac3 /src/ivybind.c
parentdddd874d06b3bedfcb0759957e0e1a18c00896d8 (diff)
downloadivy-c-334891f7c465cc00798511863a8a651713642202.zip
ivy-c-334891f7c465cc00798511863a8a651713642202.tar.gz
ivy-c-334891f7c465cc00798511863a8a651713642202.tar.bz2
ivy-c-334891f7c465cc00798511863a8a651713642202.tar.xz
socket Buffered output
Diffstat (limited to 'src/ivybind.c')
-rw-r--r--src/ivybind.c2
1 files changed, 1 insertions, 1 deletions
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 */