X-Git-Url: http://git.datanom.net/lensdb.git/blobdiff_plain/59849e5440d32749758396b86aacb8a11ea89862..fc64315faebf1885a14eb12c92908fc25296b86a:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index e69de29..53a291b 100644 --- a/src/main.c +++ b/src/main.c @@ -0,0 +1,10 @@ +#ifdef HAVE_CONFIG_H +# include +#endif +#include +#include +#include "sqlite-storage.h" + +gint main(gint argc, gchar** argv) { + return 0; +}