summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 0 insertions, 1 deletions
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);