diff options
author | Roy Marples <roy@marples.name> | 2007-10-02 09:04:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-02 09:04:10 +0000 |
commit | 4e9e8d075cddb6f9d1e9c7baba976b99e9366304 (patch) | |
tree | 7bc1fc89166308c881541c529fd90c0ba9df5b26 /src/rc.h | |
parent | cef0ad32157562efd93c7ce154a11c0abfd1a7b2 (diff) |
rc_set_service_daemon -> rc_service_daemon_set
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |