aboutsummaryrefslogtreecommitdiffstats
path: root/user.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
commit764c7d1009feda7db971ea7ac6bcb2a4acef0efc (patch)
treef156da4743548d36d0c8ab62633f133c5217fbd5 /user.c
parentb5c8a34aeff244ffe7a9f4bd5edf827495d0deea (diff)
OTR support, first checkin
Diffstat (limited to 'user.c')
-rw-r--r--user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.c b/user.c
index 26676dd4..4d58f56b 100644
--- a/user.c
+++ b/user.c
@@ -140,7 +140,7 @@ user_t *user_find( irc_t *irc, char *nick )
return( NULL );
}
-user_t *user_findhandle( struct im_connection *ic, char *handle )
+user_t *user_findhandle( struct im_connection *ic, const char *handle )
{
user_t *u;
char *nick;