summaryrefslogtreecommitdiff
path: root/src/map/guild.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-16 13:50:50 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-16 13:50:50 +0000
commita2bd3711edd890864a0fef46f3fcda4f2492b740 (patch)
treee76a5e2bc3d900bce6bbd4946751b93cc0316d61 /src/map/guild.h
parent4a1f2d69c82645fbf3c2504177bda19ffc230523 (diff)
downloadhercules-a2bd3711edd890864a0fef46f3fcda4f2492b740.tar.gz
hercules-a2bd3711edd890864a0fef46f3fcda4f2492b740.tar.bz2
hercules-a2bd3711edd890864a0fef46f3fcda4f2492b740.tar.xz
hercules-a2bd3711edd890864a0fef46f3fcda4f2492b740.zip
Some more guild code reformatting (moved do_init_guild() to the end of guild.c, cleaned up and documented the castle/guild/member lookup functions, fixed a compilation warning...)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11917 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.h')
-rw-r--r--src/map/guild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/guild.h b/src/map/guild.h
index bfa359fb1..48dcdb550 100644
--- a/src/map/guild.h
+++ b/src/map/guild.h
@@ -30,7 +30,7 @@ struct guild_castle* guild_mapindex2gc(short mapindex);
struct map_session_data *guild_getavailablesd(struct guild *g);
int guild_getindex(struct guild *g,int account_id,int char_id);
-int guild_getposition(struct map_session_data *sd,struct guild *g);
+int guild_getposition(struct guild *g, struct map_session_data *sd);
unsigned int guild_payexp(struct map_session_data *sd,unsigned int exp);
int guild_getexp(struct map_session_data *sd,int exp); // [Celest]