summaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-04 17:00:56 +0000
committerRoy Marples <roy@marples.name>2007-10-04 17:00:56 +0000
commit15fde9a796a45999b2fdebebbe8862f33cf4965b (patch)
treec5ecbd4750bf65a6c309ab64bc4561b2c86aadfb /src/rc.h
parent87ea3e9e3bfa8e96b31d682f29fc7959bdd1b39e (diff)
downloadopenrc-15fde9a796a45999b2fdebebbe8862f33cf4965b.tar.gz
openrc-15fde9a796a45999b2fdebebbe8862f33cf4965b.tar.bz2
openrc-15fde9a796a45999b2fdebebbe8862f33cf4965b.tar.xz
Punt rc_exists from public interface, move to private static inline
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rc.h b/src/rc.h
index 5d5ded6..7be9849 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -458,11 +458,6 @@ char *rc_strcatpaths (const char *path1, const char *paths, ...) SENTINEL;
* @return true if it matches true, yes or 1, false if otherwise. */
bool rc_env_bool (const char *variable);
-/*! Check if the file exists or not
- * @param pathname to check
- * @return true if it exists, otherwise false */
-bool rc_exists (const char *pathname);
-
/*! @name rc_ls_dir options */
/*! Ensure that an init.d service exists for each file returned */
#define RC_LS_INITD 0x01