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