aboutsummaryrefslogtreecommitdiffstats
path: root/nick.h
diff options
context:
space:
mode:
Diffstat (limited to 'nick.h')
-rw-r--r--nick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nick.h b/nick.h
index 47adbab5..20edb845 100644
--- a/nick.h
+++ b/nick.h
@@ -32,7 +32,7 @@ int nick_saved( bee_user_t *bu );
void nick_del( bee_user_t *bu );
void nick_strip( irc_t *irc, char *nick );
-int nick_ok( irc_t *irc, const char *nick );
+gboolean nick_ok( irc_t *irc, const char *nick );
int nick_lc( irc_t *irc, char *nick );
int nick_uc( irc_t *irc, char *nick );
int nick_cmp( irc_t *irc, const char *a, const char *b );