From 13707012177325d13e92587d7c8a64da28a40319 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 22 May 2014 04:17:19 +0000 Subject: Add proto change. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6008 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3