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

#include "db.h"

void add_dir_recursive(const char*, sqlite_uint64);

#endif