aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-02 09:57:23 +0000
committerRoy Marples <roy@marples.name>2007-10-02 09:57:23 +0000
commit69ebf0c73888203968d6737773a6a2c41636f551 (patch)
tree98ba2166ee53174ee6cfc7cd103bda8958e1566a /src/rc.h
parent4e9e8d075cddb6f9d1e9c7baba976b99e9366304 (diff)
rc_allow_plug -> rc_service_plugable
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc.h b/src/rc.h
index 921d4a6f..6f9cebb8 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -163,15 +163,15 @@ bool rc_service_started_daemon (const char *service, const char *exec,
/*! Check if the service is allowed to be hot/cold plugged
* @param service to check
* @return true if allowed, otherwise false */
-bool rc_allow_plug (char *service);
+bool rc_service_plugable (char *service);
/*! Return the current runlevel.
* @return the current runlevel */
-char *rc_get_runlevel (void);
+char *rc_runlevel_get (void);
/*! Set the runlevel.
* This just changes the stored runlevel and does not start or stop any services.
* @param runlevel to store */
-bool rc_set_runlevel (const char *runlevel);
+bool rc_runlevel_set (const char *runlevel);
/*! Checks if the runlevel exists or not
* @param runlevel to check