diff options
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conf.h b/include/conf.h index 97d5cf8..0c6b56b 100644 --- a/include/conf.h +++ b/include/conf.h @@ -197,10 +197,10 @@ struct config_file_entry const char *dpath; /* DPATH if set from command line */ const char *configfile; const char *klinefile; + const char *glinefile; const char *xlinefile; const char *dlinefile; - const char *cresvfile; - const char *nresvfile; + const char *resvfile; char *egdpool_path; char *service_name; |