aboutsummaryrefslogtreecommitdiffstats
path: root/user.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-02-12 20:26:20 +1300
committerJelmer Vernooij <jelmer@samba.org>2006-02-12 20:26:20 +1300
commit5ebe625399d5116e222d6389434f645e906265ec (patch)
tree91a48ae6564ed891a23b1f5de2f630185fd0b39d /user.h
parenta323a22773714a19254db34156500a67e5916451 (diff)
parent58bc4e69967a8feec0a60dfab716985191c12817 (diff)
Merge
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index 79b5ed0e..da657a4d 100644
--- a/user.h
+++ b/user.h
@@ -44,7 +44,7 @@ typedef struct __USER
guint sendbuf_timer;
int sendbuf_flags;
- int (*send_handler) ( irc_t *irc, struct __USER *u, char *msg, int flags );
+ void (*send_handler) ( irc_t *irc, struct __USER *u, char *msg, int flags );
struct __USER *next;
} user_t;