diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-02 12:02:48 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-02 12:02:48 +0800 |
commit | 23d973bd097f2ec285b0d4b1a08dd13f48d5dec1 (patch) | |
tree | 93bfc9f9517217df832ae14349a06b5d65d8b67e /include | |
parent | 6dbbad9a294b007ec184b689a601ed8077f4d50b (diff) | |
download | pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar.gz pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar.bz2 pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar.lz pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar.xz pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.tar.zst pttbbs-23d973bd097f2ec285b0d4b1a08dd13f48d5dec1.zip |
*** IMPORTANT CHANGE ***
BRC v3, supporting local modification
THINK TWICE BEFORE YOU APPLY TO YOUR SYSTEM.
BRC v3 will double size of BRC v2.
BRC v3 can allow notifying changes of comment (recommend) system
BRC v3 may cause more syscall activities than v2
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3608 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index ee0512fc..dfc6dc2f 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -253,8 +253,8 @@ typedef struct boardheader_t { #define FNLEN 28 /* Length of filename */ typedef struct fileheader_t { - char filename[FNLEN]; /* M.1120582370.A.1EA [19+1] */ - int textlen; /* main text length in post */ + char filename[FNLEN]; /* M.1120582370.A.1EA [19+1], create time */ + time4_t modified; /* last modified time */ char pad; /* padding, not used */ char recommend; /* important level */ char owner[IDLEN + 2]; /* uid[.] */ |