aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-04 16:26:44 +0000
committerRoy Marples <roy@marples.name>2007-10-04 16:26:44 +0000
commite2e40afddef5253d5d669002b9afbea6bf3d6c66 (patch)
tree41314af54291fc3358361132463307a4b0da9d20 /src/rc.h
parentd65c484f3a1b210048045613c524c29fdfcb470c (diff)
punt rc_is_exec
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 f4e2af47..17aee369 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -468,11 +468,6 @@ bool rc_exists (const char *pathname);
* @return true if it's a directory, otherwise false */
bool rc_is_dir (const char *pathname);
-/*! Check if the file is marked executable or not
- * @param pathname to check
- * @return true if it's marked executable, otherwise false */
-bool rc_is_exec (const char *pathname);
-
/*! @name rc_ls_dir options */
/*! Ensure that an init.d service exists for each file returned */
#define RC_LS_INITD 0x01