summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 54c4d547..96aa0290 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -86,6 +86,7 @@ int check_cooldown(boardheader_t *bp);
/* board */
#define setutmpbid(bid) currutmp->brc_id=bid;
+int is_readonly_board(const char *bname);
int enter_board(const char *boardname);
int HasBoardPerm(boardheader_t *bptr);
void save_brdbuf(void);