summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index e92082c7..4f9b179d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -86,7 +86,7 @@ int check_cooldown(boardheader_t *bp);
/* board */
#define setutmpbid(bid) currutmp->brc_id=bid;
-int HasPerm(boardheader_t *bptr);
+int HasBoardPerm(boardheader_t *bptr);
int New(void);
int Boards(void);
int root_board(void);