diff options
Diffstat (limited to 'modules/dbsqlite.c')
-rw-r--r-- | modules/dbsqlite.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/dbsqlite.c b/modules/dbsqlite.c index 94d8d566..6bd31371 100644 --- a/modules/dbsqlite.c +++ b/modules/dbsqlite.c @@ -391,3 +391,8 @@ void db_set_result_set(void *the_result_set) { lastq = (struct qtmp *)the_result_set; } + +char *db_returning(char *query) +{ + return g_new0(char, 1); +} |