summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 1571161..217420d 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -82,7 +82,6 @@ typedef enum {
typedef struct _msg_snd *MsgSndPtr;
struct _msg_rcv { /* requete d'emission d'un client */
- MsgRcvPtr next;
int id;
const char *regexp; /* regexp du message a recevoir */
MsgCallback callback; /* callback a declanche a la reception */