From 16277e8e11126caf4fd0e59dc756a9d50ee4a401 Mon Sep 17 00:00:00 2001 From: wens Date: Tue, 24 May 2005 07:08:22 +0000 Subject: use new cooldown interface in mail make compiler happy git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2735 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; -- cgit v1.2.3