From 4e9e8d075cddb6f9d1e9c7baba976b99e9366304 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 2 Oct 2007 09:04:10 +0000 Subject: rc_set_service_daemon -> rc_service_daemon_set --- src/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 87bc9b8a..921d4a6f 100644 --- a/src/rc.h +++ b/src/rc.h @@ -149,7 +149,7 @@ bool rc_service_option_set (const char *service, const char *option, * @param name of the process (optional) * @param pidfile of the process (optional) * @param started if true, add the arguments otherwise remove existing matching arguments */ -void rc_set_service_daemon (const char *service, const char *exec, +void rc_service_daemon_set (const char *service, const char *exec, const char *name, const char *pidfile, bool started); /*! Check if the service started the daemon -- cgit v1.2.3