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