summaryrefslogtreecommitdiff
path: root/src/char/mapif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-25 04:27:58 +0200
committerHaru <haru@dotalux.com>2018-06-30 01:51:13 +0200
commit256758edbb6b61630b1f072762b07226f053d2e6 (patch)
tree205f753655ad8f0fa7bd5adce883d4b370935819 /src/char/mapif.h
parentd9ac8282fc89aa3eb2f4946940889c22c22bc0df (diff)
downloadhercules-256758edbb6b61630b1f072762b07226f053d2e6.tar.gz
hercules-256758edbb6b61630b1f072762b07226f053d2e6.tar.bz2
hercules-256758edbb6b61630b1f072762b07226f053d2e6.tar.xz
hercules-256758edbb6b61630b1f072762b07226f053d2e6.zip
Move some non-mapif functionality from the mapif interface to the inter_storage interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/mapif.h')
-rw-r--r--src/char/mapif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/mapif.h b/src/char/mapif.h
index 6b88fd885..c5dd86f8f 100644
--- a/src/char/mapif.h
+++ b/src/char/mapif.h
@@ -172,7 +172,6 @@ struct mapif_interface {
int (*pAccountStorageSave) (int fd);
void (*sAccountStorageSaveAck) (int fd, int account_id, bool save);
int (*itembound_ack) (int fd, int aid, int guild_id);
- int (*parse_ItemBoundRetrieve_sub) (int fd);
void (*parse_ItemBoundRetrieve) (int fd);
void (*parse_accinfo) (int fd);
void (*parse_accinfo2) (bool success, int map_fd, int u_fd, int u_aid, int account_id, const char *userid, const char *user_pass,