diff options
Diffstat (limited to 'e-util/e-path.h')
-rw-r--r-- | e-util/e-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-path.h b/e-util/e-path.h index a40cf9fb16..2295889778 100644 --- a/e-util/e-path.h +++ b/e-util/e-path.h @@ -32,4 +32,5 @@ gboolean e_path_find_folders (const char *prefix, EPathFindFoldersCallback callback, gpointer data); +int e_path_rmdir (const char *prefix, const char *vpath); #endif /* __E_PATH__ */ |