summaryrefslogtreecommitdiff
path: root/wallpapers.h
diff options
context:
space:
mode:
Diffstat (limited to 'wallpapers.h')
-rw-r--r--wallpapers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wallpapers.h b/wallpapers.h
index 049cba0..d97d6c8 100644
--- a/wallpapers.h
+++ b/wallpapers.h
@@ -7,6 +7,7 @@
#include "db.h"
void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*);
+void wallpapers_remove_missing(struct directory_t*, GtkStatusbar*, gboolean);
GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*);
#endif