summaryrefslogtreecommitdiff
path: root/src/char/geoip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/geoip.h')
-rw-r--r--src/char/geoip.h4
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);