Added "auto_reset_presistent" ini entry.

This commit is contained in:
Yasuo Ohgaki 2002-01-25 00:43:50 +00:00
parent 99d36a7557
commit 1ea87faeb1
2 changed files with 4 additions and 4 deletions

View file

@ -148,6 +148,7 @@ typedef struct {
long num_links,num_persistent;
long max_links,max_persistent;
long allow_persistent;
long auto_reset_persistent;
int le_lofp,le_string;
int ignore_notices;
char *last_notice;