summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cmbbs.h1
-rw-r--r--include/proto.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h
index 6683975e..1ae86161 100644
--- a/include/cmbbs.h
+++ b/include/cmbbs.h
@@ -27,6 +27,7 @@ extern const char* money_level(int money);
/* string.c */
extern void obfuscate_ipstr(char *s);
+extern bool is_valid_brdname(const char *brdname);
/* time.c */
extern const char *Now(); // m3 flavor time string
diff --git a/include/proto.h b/include/proto.h
index e0825f08..c30835a5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -61,7 +61,6 @@ int inc_badsale(const char *, int num);
/* bbs */
void delete_allpost(const char *userid);
-int invalid_brdname(const char *brd);
int del_range(int ent, const fileheader_t *fhdr, const char *direct);
int cmpfowner(fileheader_t *fhdr);
int b_note_edit_bname(int bid);