summaryrefslogtreecommitdiff
path: root/src/remove.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.h')
-rw-r--r--src/remove.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/remove.h b/src/remove.h
index 4eab2821f..f994517af 100644
--- a/src/remove.h
+++ b/src/remove.h
@@ -49,6 +49,9 @@ struct rm_options
/* If true, recursively remove directories. */
bool recursive;
+ /* If true, remove empty directories. */
+ bool remove_empty_directories;
+
/* Pointer to the device and inode numbers of '/', when --recursive
and preserving '/'. Otherwise NULL. */
struct dev_ino *root_dev_ino;