summaryrefslogtreecommitdiff
path: root/vchat-user.h
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.h
parente5e7c3786d07e6c3979f11ab8908dab9f4dd344b (diff)
declare configure int in vchat.h
Diffstat (limited to 'vchat-user.h')
-rw-r--r--vchat-user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-user.h b/vchat-user.h
index a731ad6..41b51da 100644
--- a/vchat-user.h
+++ b/vchat-user.h
@@ -9,6 +9,7 @@
9#define __VCHAT_USER_H__ 9#define __VCHAT_USER_H__
10 10
11extern char *vchat_us_version; 11extern char *vchat_us_version;
12extern unsigned int ul_case_first;
12 13
13/* own nick and channel */ 14/* own nick and channel */
14void own_channel_set( int channel ); 15void own_channel_set( int channel );