From daf868394fb65a6501472a99f0ec9e03a891558f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 4 Oct 2007 13:51:57 +0000 Subject: __rc_service_daemon_set is now a private function --- src/rc.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 6f8b7f56..fe2447de 100644 --- a/src/rc.h +++ b/src/rc.h @@ -93,16 +93,6 @@ bool rc_service_add (const char *runlevel, const char *service); * @return true if sucessful, otherwise false */ bool rc_service_delete (const char *runlevel, const char *service); -/*! Save the arguments to find a running daemon - * @param service to save arguments for - * @param exec that we started - * @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_service_daemon_set (const char *service, const char *exec, - const char *name, const char *pidfile, - bool started); - /*! Returns a description of what the service and/or option does. * @param service to check * @param option to check (if NULL, service description) -- cgit v1.2.3