
* Added stray memory cleaning routine to db.c git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1275 54d463be-8e91-2dee-dedb-b68131a5f0ec
12 lines
251 B
C
12 lines
251 B
C
#ifndef _INT_GUILD_H_
|
|
#define _INT_GUILD_H_
|
|
|
|
int inter_guild_parse_frommap(int fd);
|
|
int inter_guild_sql_init();
|
|
void inter_guild_sql_final();
|
|
int inter_guild_mapif_init(int fd);
|
|
|
|
int inter_guild_leave(int guild_id,int account_id,int char_id);
|
|
|
|
#endif
|