diff options
author | Roy Marples <roy@marples.name> | 2007-10-04 16:16:06 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-04 16:16:06 +0000 |
commit | bb9ad38de2dab93c5cdb0745b055c3346b6684c9 (patch) | |
tree | b4b9d9492d6eacebce16542bd7d9a158d731e8bd /src/rc.h | |
parent | bd83448633f7e3a2d9d37120090bf3e0460c059a (diff) |
Punt rc_is_file
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -22,7 +22,7 @@ #include <sys/types.h> #include <stdbool.h> -#include <stdio.h> +//#include <stdio.h> /*! @name Reserved runlevel names */ #define RC_LEVEL_SYSINIT "sysinit" @@ -463,11 +463,6 @@ bool rc_env_bool (const char *variable); * @return true if it exists, otherwise false */ bool rc_exists (const char *pathname); -/*! Check if the file is a real file - * @param pathname to check - * @return true if it's a real file, otherwise false */ -bool rc_is_file (const char *pathname); - /*! Check if the file is a symbolic link or not * @param pathname to check * @return true if it's a symbolic link, otherwise false */ |