]> git.datanom.net - lensdb.git/blob - src/sqlite-storage.h
update
[lensdb.git] / src / sqlite-storage.h
1
2 #ifndef __SQLITE_STORAGE_H__
3 #define __SQLITE_STORAGE_H__
4
5 #ifdef HAVE_CONFIG_H
6 # include <config.h>
7 #endif
8
9 #include <glib.h>
10 #include <glib-object.h>
11 #include <sqlite3.h>
12
13 G_BEGIN_DECLS
14
15 G_END_DECLS
16
17 #endif
18
This page took 0.093691 seconds and 6 git commands to generate.