]> git.datanom.net - lensdb.git/blame - src/main.c
update
[lensdb.git] / src / main.c
CommitLineData
1add773a
MR
1#ifdef HAVE_CONFIG_H
2# include <config.h>
3#endif
4#include <glib.h>
5#include <glib-object.h>
6#include "sqlite-storage.h"
424215d6 7
1add773a 8gint main(gint argc, gchar** argv) {
424215d6
MR
9 return 0;
10}
This page took 0.02814 seconds and 5 git commands to generate.