aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-05 10:36:53 +0000
committerRoy Marples <roy@marples.name>2007-10-05 10:36:53 +0000
commit3bfba57f5b2d89a5022fac932e46ca467a4b9f26 (patch)
treec730a290d7c3c261db1d8bdf65f1662e749ecaf8 /src/rc.h
parent05b8eff319536ade894d07705bc74abaf425788e (diff)
Punt rc_rm_dir
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rc.h b/src/rc.h
index 82b24ce2..6d0a127e 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -438,10 +438,4 @@ 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);
-/*! Remove a directory
- * @param pathname to remove
- * @param top remove the top level directory too
- * @return true if successful, otherwise false */
-bool rc_rm_dir (const char *pathname, bool top);
-
#endif