summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h
index 58003099..464c4fbe 100644
--- a/pttbbs/include/proto.h
+++ b/pttbbs/include/proto.h
@@ -182,7 +182,7 @@ void *CommentsOpen(const char *board, const char *file);
int CommentsClose(void *ctx);
int CommentsGetCount(void *ctx);
const struct CommentBodyReq *CommentsRead(void *ctx, int i);
-int CommentsDeleteFromTextFile(void *ctx, int i);
+int CommentsDeleteFromTextFile(void *ctx, int i, const char *reason);
#endif
void FormatCommentString(char *buf, size_t szbuf, int type,
const char *myid, int maxlength,