summaryrefslogtreecommitdiff
path: root/src/char/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/config.h')
-rw-r--r--src/char/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/char/config.h b/src/char/config.h
new file mode 100644
index 0000000..930c293
--- /dev/null
+++ b/src/char/config.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_CHAR_CONFIG
+#define EVOL_CHAR_CONFIG
+
+void config_final(void);
+void config_inter_server_ip(const char *val);
+
+extern char *inter_server_ip;
+
+#endif // EVOL_CHAR_CONFIG