punt rc_is_link

This commit is contained in:
Roy Marples
2007-10-04 16:21:53 +00:00
parent bb9ad38de2
commit d65c484f3a
5 changed files with 4 additions and 25 deletions

View File

@ -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 symbolic link or not
* @param pathname to check
* @return true if it's a symbolic link, otherwise false */
bool rc_is_link (const char *pathname);
/*! Check if the file is a directory or not
* @param pathname to check
* @return true if it's a directory, otherwise false */