summaryrefslogtreecommitdiffstats
path: root/include/cmbbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmbbs.h')
-rw-r--r--include/cmbbs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h
index b6c69adb..a7416a36 100644
--- a/include/cmbbs.h
+++ b/include/cmbbs.h
@@ -31,4 +31,7 @@ extern int belong(const char *filelist, const char *key);
extern int give_tax(int money);
extern const char* money_level(int money);
+/* string.c */
+extern void obfuscate_ipstr(char *s);
+
#endif