diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-20 15:49:20 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-12-20 15:49:20 +0000 |
commit | 6a8fbe2b113f09eef738c3cb4ffb7f1371e2013c (patch) | |
tree | c53e9335607f6b867bf407a691b671b3ca81ad3f /include | |
parent | 90d091539469c268a35b9632644efa399f5186e1 (diff) |
- /info now also shows pathnames of g-/x-line database files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1702 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-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; |