summaryrefslogtreecommitdiff
path: root/src/librc/rc.h
diff options
context:
space:
mode:
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 */