diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-09 22:34:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 11:47:30 +0300 |
commit | 727496b378aa6b249e57031b5dc43f7484419d5f (patch) | |
tree | 0f414f6eeb2de79cdc35820dc0a37d377657e460 /src/char/geoip.h | |
parent | 9a69be89a34798208eff05b04756a992f35f5117 (diff) | |
download | hercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.gz hercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.bz2 hercules-727496b378aa6b249e57031b5dc43f7484419d5f.tar.xz hercules-727496b378aa6b249e57031b5dc43f7484419d5f.zip |
Allow generate HPM hooks for all interfaces in char server.
Diffstat (limited to 'src/char/geoip.h')
-rw-r--r-- | src/char/geoip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/char/geoip.h b/src/char/geoip.h index 4579554a1..c83d886b5 100644 --- a/src/char/geoip.h +++ b/src/char/geoip.h @@ -15,7 +15,9 @@ struct s_geoip { bool active; }; -/* geoip interface */ +/** + * geoip interface + **/ struct geoip_interface { struct s_geoip *data; const char* (*getcountry) (uint32 ipnum); |