aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-04 16:21:53 +0000
committerRoy Marples <roy@marples.name>2007-10-04 16:21:53 +0000
commitd65c484f3a1b210048045613c524c29fdfcb470c (patch)
tree5363e0d68a597eb38f1fd71b57b6ec0fa2c5a4e9 /src/rc.h
parentbb9ad38de2dab93c5cdb0745b055c3346b6684c9 (diff)
punt rc_is_link
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 057d5f7e..f4e2af47 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -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 */