From a4ba6b74f6dc61cec1a6b258e1609d9f7f7ef8a5 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 9 May 2008 19:21:08 +0000 Subject: - (internal) change 86400/... (seconds of day/month/...) to named constants. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4284 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index affb2c26..74139931 100644 --- a/include/proto.h +++ b/include/proto.h @@ -629,6 +629,7 @@ int is_uBM(const char *list, const char *id); void FREE(void *ptr); #endif void syncnow(void); +void wait_penalty(int sec); /* syspost */ int post_msg(const char* bname, const char* title, const char *msg, const char* author); -- cgit v1.2.3