summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index d489d5f..5b89db2 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -6,6 +6,7 @@ struct og_server_cfg {
const char *user;
const char *pass;
const char *ip;
+ unsigned int port;
const char *name;
} db;
struct {