From 6a8fbe2b113f09eef738c3cb4ffb7f1371e2013c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 20 Dec 2012 15:49:20 +0000 Subject: - /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 --- include/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit