diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 19a4eddd..7475042d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -134,6 +134,7 @@ unsigned int getutmpmode(void); void setadir(char *buf, const char *path); int apply_boards(int (*func)(boardheader_t *)); int haspostperm(const char *bname); +const char * postperm_msg(const char *bname); void setbtotal(int bid); void setbottomtotal(int bid); unsigned int safe_sleep(unsigned int seconds); |