summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-04-03 21:37:59 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-04-03 21:37:59 -0700
commit721265e0fe2bd38bafd3a09a0e574e10c89bd345 (patch)
tree1aa6ff398094c81d490b7284e4cb9c8e0fde7e93 /src/map/intif.h
parent4095d5726ebabc663a6d5397d003773ee652818a (diff)
downloadtmwa-721265e0fe2bd38bafd3a09a0e574e10c89bd345.tar.gz
tmwa-721265e0fe2bd38bafd3a09a0e574e10c89bd345.tar.bz2
tmwa-721265e0fe2bd38bafd3a09a0e574e10c89bd345.tar.xz
tmwa-721265e0fe2bd38bafd3a09a0e574e10c89bd345.zip
Fix some more compiler warnings
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index b6abd78..374c95a 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -36,7 +36,7 @@ int intif_guild_addmember (int guild_id, struct guild_member *m);
int intif_guild_leave (int guild_id, int account_id, int char_id, int flag,
const char *mes);
int intif_guild_memberinfoshort (int guild_id, int account_id, int char_id,
- int online, int lv, int class);
+ int online, int lv, int class_);
int intif_guild_break (int guild_id);
int intif_guild_message (int guild_id, int account_id, char *mes, int len);
int intif_guild_checkconflict (int guild_id, int account_id, int char_id);