diff options
author | Roy Marples <roy@marples.name> | 2008-01-13 17:47:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-13 17:47:23 +0000 |
commit | 87e4e4410cb542f3b56989d02e088c5efdfaf157 (patch) | |
tree | 14ffb2f5a665b6a9015925a8fed2ed0bb5fdc164 /src/includes | |
parent | abc7a79755c82ed5b6737901d71f8f7f15e1d992 (diff) |
Remove rc_service_plugable function and make it private as it needs to read from our config file.
Diffstat (limited to 'src/includes')
-rw-r--r-- | src/includes/rc-misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index b7208e67..8052dff3 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -115,6 +115,7 @@ char *rc_conf_value (const char *var); bool rc_conf_yesno (const char *var); char **env_filter (void); char **env_config (void); +bool service_plugable (const char *service); /* basename_c never modifies the argument. As such, if there is a trailing * slash then an empty string is returned. */ |