aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 482ef067..16a7046e 100644
--- a/irc.h
+++ b/irc.h
@@ -138,5 +138,6 @@ irc_user_t *irc_user_new( irc_t *irc, const char *nick );
int irc_user_free( irc_t *irc, const char *nick );
irc_user_t *irc_user_find( irc_t *irc, const char *nick );
int irc_user_rename( irc_t *irc, const char *old, const char *new );
+gint irc_user_cmp( gconstpointer a_, gconstpointer b_ );
#endif