summaryrefslogtreecommitdiff
path: root/vchat-user.c
diff options
context:
space:
mode:
authorerdgeist <>2012-02-27 00:09:37 +0000
committererdgeist <>2012-02-27 00:09:37 +0000
commitbbc76bdf080f17d8d55a8bfb2c8170bbcdf48739 (patch)
tree6444480e5a930d1c9a80f72bfa12e72447a04d39 /vchat-user.c
parente5e7c3786d07e6c3979f11ab8908dab9f4dd344b (diff)
declare configure int in vchat.h
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-xvchat-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-user.c b/vchat-user.c
index cd0df14..45b6b05 100755
--- a/vchat-user.c
+++ b/vchat-user.c
@@ -28,7 +28,7 @@ static user *g_users; //< all users, incl self
28static size_t g_users_count; //< number of users in list 28static size_t g_users_count; //< number of users in list
29static char *g_nick; //< own nick 29static char *g_nick; //< own nick
30static int g_channel; //< own channel 30static int g_channel; //< own channel
31int ul_case_first = 0; 31unsigned int ul_case_first = 0;
32 32
33static int ul_nick_lookup( const char *nick, int *exact_match ) { 33static int ul_nick_lookup( const char *nick, int *exact_match ) {
34 int i; 34 int i;