From 4d472c265ed0b3f7f61ee624c01c8ef319db7c99 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Jan 2009 20:23:27 +0100 Subject: conf: no CamelCase, part I Renamed functions, types, variables. --- src/daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon.c') diff --git a/src/daemon.c b/src/daemon.c index 8763b5b2..566c5925 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -46,7 +46,8 @@ daemonize(Options *options) { #ifndef WIN32 FILE *fp = NULL; - ConfigParam *pidFileParam = parseConfigFilePath(CONF_PID_FILE, 0); + struct config_param *pidFileParam = + parseConfigFilePath(CONF_PID_FILE, 0); if (pidFileParam) { /* do this before daemon'izing so we can fail gracefully if we can't -- cgit v1.2.3