diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-16 17:41:13 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-16 17:41:13 +0800 |
commit | df16c8a460ca1f045be0b0c8fc789b76a6338224 (patch) | |
tree | 43496be6b7fd75cf435160cdb592a94b3addf94e /include | |
parent | 1b162d305b32d23c79f7d483344167f86c2a7f59 (diff) | |
download | pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar.gz pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar.bz2 pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar.lz pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar.xz pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.tar.zst pttbbs-df16c8a460ca1f045be0b0c8fc789b76a6338224.zip |
- prepare for text-only editing
- message update for modified post
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3694 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 502d04b6..247b47cd 100644 --- a/include/proto.h +++ b/include/proto.h @@ -222,6 +222,7 @@ int dice_main(void); /* edit */ int vedit(char *fpath, int saveheader, int *islocal); +int vedit2(char *fpath, int saveheader, int *islocal, int textOnly); void write_header(FILE *fp, char *mytitle); void addsignature(FILE *fp, int ifuseanony); void auto_backup(void); |