summaryrefslogtreecommitdiffstats
path: root/mbbsd/record.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 04:00:22 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 04:00:22 +0800
commitd10177be1eb9a86b468387498fe81e979e1638cb (patch)
tree9259b7fdf8b44b9de200ce4c3293b0ec1589566e /mbbsd/record.c
parent92d9627bb03259894236d22f3eaebd3a487a536a (diff)
downloadpttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar.gz
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar.bz2
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar.lz
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar.xz
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.tar.zst
pttbbs-d10177be1eb9a86b468387498fe81e979e1638cb.zip
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@112 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r--mbbsd/record.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c
index 321132f3..b572b7cf 100644
--- a/mbbsd/record.c
+++ b/mbbsd/record.c
@@ -1,4 +1,4 @@
-/* $Id: record.c,v 1.2 2002/03/09 17:27:57 in2 Exp $ */
+/* $Id: record.c,v 1.3 2002/04/15 20:00:22 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -192,6 +192,7 @@ int delete_record(char fpath[], int size, int id) {
return 0;
}
+#if 0
static char *title_body(char *title) {
if(!strncasecmp(title, str_reply, 3)) {
title += 3;
@@ -200,6 +201,7 @@ static char *title_body(char *title) {
}
return title;
}
+#endif
int delete_range(char *fpath, int id1, int id2) {
fileheader_t fhdr;