diff options
author | Haru <haru@dotalux.com> | 2014-11-16 02:01:45 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-16 07:16:22 +0100 |
commit | 31bff051ee3c353fb7ee5e544d68feeaefd4941f (patch) | |
tree | 1f4476379e6062e890dd10792a95aff696f97851 /src/char/mapif.c | |
parent | e331a9aac2ff6d567ca65961c861dbae361172da (diff) | |
download | hercules-31bff051ee3c353fb7ee5e544d68feeaefd4941f.tar.gz hercules-31bff051ee3c353fb7ee5e544d68feeaefd4941f.tar.bz2 hercules-31bff051ee3c353fb7ee5e544d68feeaefd4941f.tar.xz hercules-31bff051ee3c353fb7ee5e544d68feeaefd4941f.zip |
Moved mapif_s into mapif.c
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/mapif.c')
-rw-r--r-- | src/char/mapif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/mapif.c b/src/char/mapif.c index 1cd4c3ea5..65f2984fd 100644 --- a/src/char/mapif.c +++ b/src/char/mapif.c @@ -188,6 +188,8 @@ int mapif_parse_RegistryRequest(int fd); void mapif_namechange_ack(int fd, int account_id, int char_id, int type, int flag, const char *const name); int mapif_parse_NameChangeRequest(int fd); +struct mapif_interface mapif_s; + void mapif_defaults(void) { mapif = &mapif_s; |