From 5c8bb43b13925613c4c35b7483c421cc1abe62a0 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 7 Jun 2009 15:42:50 +0000 Subject: * remove post_msg_fpath(), no longer used. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4516 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 8add528e..e0825f08 100644 --- a/include/proto.h +++ b/include/proto.h @@ -594,7 +594,6 @@ void wait_penalty(int sec); /* syspost */ int post_msg(const char* bname, const char* title, const char *msg, const char* author); -int post_msg_fpath(const char* bname, const char* title, const char *msg, const char* author, char *fpath); // return filename in fpath int post_file(const char *bname, const char *title, const char *filename, const char *author); void post_newboard(const char *bgroup, const char *bname, const char *bms); void post_violatelaw(const char *crime, const char *police, const char *reason, const char *result); -- cgit v1.2.3