summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-05-22 12:17:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-05-22 12:17:19 +0800
commit13707012177325d13e92587d7c8a64da28a40319 (patch)
treea30b9d8a781f77ef5066cec4156a8c39e2e209d2
parent162801dfeeaa032e070f64d8884d2bca98ccc914 (diff)
downloadpttbbs-13707012177325d13e92587d7c8a64da28a40319.tar
pttbbs-13707012177325d13e92587d7c8a64da28a40319.tar.gz
pttbbs-13707012177325d13e92587d7c8a64da28a40319.tar.bz2
pttbbs-13707012177325d13e92587d7c8a64da28a40319.tar.lz
pttbbs-13707012177325d13e92587d7c8a64da28a40319.tar.xz
pttbbs-13707012177325d13e92587d7c8a64da28a40319.tar.zst
pttbbs-13707012177325d13e92587d7c8a64da28a40319.zip
Add proto change.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6008 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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,