Addl fix #299: File Compression and Archiving
[geeqie.git] / src / ui_fileops.h
index 84c5068..0122467 100644 (file)
@@ -118,5 +118,6 @@ gchar *md5_text_from_file_utf8(const gchar *path, const gchar *error_text);
 gboolean md5_get_digest_from_file_utf8(const gchar *path, guchar digest[16]);
 
 gboolean download_web_file(const gchar *text, gboolean minimized, gpointer data);
+gboolean rmdir_recursive(GFile *file, GCancellable *cancellable, GError **error);
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */