diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 43db242b..1e031e9a 100644 --- a/include/proto.h +++ b/include/proto.h @@ -80,6 +80,9 @@ int save_violatelaw(void); int board_select(void); int board_digest(void); int do_limitedit(int ent, fileheader_t * fhdr, const char *direct); +#ifdef USE_COOLDOWN +int check_cooldown(boardheader_t *bp); +#endif /* board */ #define setutmpbid(bid) currutmp->brc_id=bid; |