diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 92889865..01e7e61c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -378,6 +378,9 @@ typedef struct { int Bbusystate; time_t close_vote_time; + /* if true, fav.c:cleanup() will remove the invalid boards from record. */ + char cleanboard; + /* pttcache */ char notes[MAX_MOVIE][200*11]; char today_is[20]; |