summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-06 20:52:41 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-06 20:52:41 +0800
commita531b84ef551ae349efff89fb99e8b5b8a0a8356 (patch)
tree5ea7823d2f70f178d08bd97bfc861592954509dc
parent6b20a689f6231482f7b6a51d2f7cdfd8f5d6207b (diff)
downloadpttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar.gz
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar.bz2
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar.lz
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar.xz
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.tar.zst
pttbbs-a531b84ef551ae349efff89fb99e8b5b8a0a8356.zip
proto update orz
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2909 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 69d5987c..370eb86a 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -214,7 +214,7 @@ int dice_main(void);
/* edit */
int vedit(char *fpath, int saveheader, int *islocal);
-void write_header(FILE *fp, int ifuseanony);
+void write_header(FILE *fp, char *mytitle);
void addsignature(FILE *fp, int ifuseanony);
void auto_backup(void);
void restore_backup(void);