From cef0ad32157562efd93c7ce154a11c0abfd1a7b2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 2 Oct 2007 09:02:08 +0000 Subject: rc_set_service_option -> rc_service_option_set, rc_get_service_option -> rc_service_option_get --- src/rc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 94640f9e..87bc9b8a 100644 --- a/src/rc.h +++ b/src/rc.h @@ -135,13 +135,13 @@ bool rc_service_wait (const char *service); * @param service to check * @param option to load * @return saved value */ -char *rc_get_service_option (const char *service, const char *option); +char *rc_service_option_get (const char *service, const char *option); /*! Save a persistent value for a service * @param service to save for * @param option to save * @param value of the option * @return true if saved, otherwise false */ -bool rc_set_service_option (const char *service, const char *option, +bool rc_service_option_set (const char *service, const char *option, const char *value); /*! Save the arguments to find a running daemon * @param service to save arguments for -- cgit v1.2.3