summaryrefslogtreecommitdiff
path: root/wallpapers.h
blob: ce4430cfd5575ac45bacf22efb830cc7c17ce86d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _WALLPAPERS_H_
#define _WALLPAPERS_H_

#include <gtk/gtk.h>

#include "db.h"

void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*);

#endif