summaryrefslogtreecommitdiff
path: root/wallpapers.h
diff options
context:
space:
mode:
Diffstat (limited to 'wallpapers.h')
-rw-r--r--wallpapers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/wallpapers.h b/wallpapers.h
new file mode 100644
index 0000000..174b34f
--- /dev/null
+++ b/wallpapers.h
@@ -0,0 +1,8 @@
+#ifndef _WALLPAPERS_H_
+#define _WALLPAPERS_H_
+
+#include "db.h"
+
+void add_dir_recursive(const char*, sqlite_uint64);
+
+#endif