summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-05-24 15:08:22 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-05-24 15:08:22 +0800
commit16277e8e11126caf4fd0e59dc756a9d50ee4a401 (patch)
tree4d3ea50a09135653b3e83c63d44e3dea7b7a4db1 /include
parente45efdaebed55e5825f65d74e0a07c0a7751ab72 (diff)
downloadpttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar.gz
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar.bz2
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar.lz
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar.xz
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.tar.zst
pttbbs-16277e8e11126caf4fd0e59dc756a9d50ee4a401.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
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;