]> git.datanom.net - lensdb.git/blobdiff - src/main.c
update
[lensdb.git] / src / main.c
index cd9671f531ae327c6b033af8b1d6fbf4105032db..53a291b2c1337bf979872babab7677dca64dc173 100644 (file)
@@ -1,4 +1,10 @@
+#ifdef HAVE_CONFIG_H
+#       include <config.h>
+#endif
+#include <glib.h>
+#include <glib-object.h>
+#include "sqlite-storage.h"
 
-int main(int argc, char** argv) {
+gint main(gint argc, gchar** argv) {
        return 0;
 }
This page took 0.029195 seconds and 5 git commands to generate.