summaryrefslogtreecommitdiff
path: root/src/librc/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-13 17:47:23 +0000
committerRoy Marples <roy@marples.name>2008-01-13 17:47:23 +0000
commit87e4e4410cb542f3b56989d02e088c5efdfaf157 (patch)
tree14ffb2f5a665b6a9015925a8fed2ed0bb5fdc164 /src/librc/rc.h
parentabc7a79755c82ed5b6737901d71f8f7f15e1d992 (diff)
downloadopenrc-87e4e4410cb542f3b56989d02e088c5efdfaf157.tar.gz
openrc-87e4e4410cb542f3b56989d02e088c5efdfaf157.tar.bz2
openrc-87e4e4410cb542f3b56989d02e088c5efdfaf157.tar.xz
Remove rc_service_plugable function and make it private as it needs to read from our config file.
Diffstat (limited to 'src/librc/rc.h')
-rw-r--r--src/librc/rc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librc/rc.h b/src/librc/rc.h
index fe1213b..465e515 100644
--- a/src/librc/rc.h
+++ b/src/librc/rc.h
@@ -148,11 +148,6 @@ bool rc_service_mark (const char *service, rc_service_state_t state);
* @return NULL terminated string list of commands */
char **rc_service_extra_commands (const char *service);
-/*! Check if the service is allowed to be hot/cold plugged
- * @param service to check
- * @return true if allowed, otherwise false */
-bool rc_service_plugable (const char *service);
-
/*! Resolves a service name to its full path.
* @param service to check
* @return pointer to full path of service */