diff options
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index a5a4d36..7952eed 100644 --- a/include/conf.h +++ b/include/conf.h @@ -16,6 +16,7 @@ typedef struct { } ConfigItem; typedef struct { + char *rootrec; char *rootdir; char *bindir; char *includedir; |