summaryrefslogtreecommitdiff
path: root/wallpapers.h
diff options
context:
space:
mode:
Diffstat (limited to 'wallpapers.h')
-rw-r--r--wallpapers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/wallpapers.h b/wallpapers.h
index 174b34f..ce4430c 100644
--- a/wallpapers.h
+++ b/wallpapers.h
@@ -1,8 +1,10 @@
#ifndef _WALLPAPERS_H_
#define _WALLPAPERS_H_
+#include <gtk/gtk.h>
+
#include "db.h"
-void add_dir_recursive(const char*, sqlite_uint64);
+void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*);
#endif