summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/int_guild.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-03-17 12:36:14 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-03-18 00:00:21 -0700
commit2f2e6b497412abebb3b55be68f05e3751a46fc9b (patch)
tree503df27c19a300da7b631f206192f2387b687dd2 /src/txt-converter/char/int_guild.h
parentee705b39fdbf0169613da263d12ae6694e5eee68 (diff)
downloadtmwa-2f2e6b497412abebb3b55be68f05e3751a46fc9b.tar.gz
tmwa-2f2e6b497412abebb3b55be68f05e3751a46fc9b.tar.bz2
tmwa-2f2e6b497412abebb3b55be68f05e3751a46fc9b.tar.xz
tmwa-2f2e6b497412abebb3b55be68f05e3751a46fc9b.zip
Delete nonfunctional sql versions
Diffstat (limited to 'src/txt-converter/char/int_guild.h')
-rw-r--r--src/txt-converter/char/int_guild.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/txt-converter/char/int_guild.h b/src/txt-converter/char/int_guild.h
deleted file mode 100644
index 98aea58..0000000
--- a/src/txt-converter/char/int_guild.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _INT_GUILD_H_
-#define _INT_GUILD_H_
-
-int inter_guild_init ();
-int inter_guild_save ();
-int inter_guild_parse_frommap (int fd);
-
-extern char guild_txt[256];
-
-#endif