diff options
Diffstat (limited to 'lib/param/loadparm.h')
-rw-r--r-- | lib/param/loadparm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h index 64f0d87238..2b890db5c4 100644 --- a/lib/param/loadparm.h +++ b/lib/param/loadparm.h @@ -68,6 +68,13 @@ struct parm_struct { } def; }; +struct file_lists { + struct file_lists *next; + char *name; + char *subfname; + time_t modtime; +}; + /* The following flags are used in SWAT */ #define FLAG_BASIC 0x0001 /* Display only in BASIC view */ #define FLAG_SHARE 0x0002 /* file sharing options */ |