Some minor modifications to database files

This commit is contained in:
2020-09-15 15:00:58 +01:00
parent 3c2742a214
commit 69340c25e8
7 changed files with 22 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
#ifndef H__DB_QUERY__
#define H__DB_QUERY__
#include <stdint.h>
#include "db_connection.h"
#include "db_column.h"
// Generic query methods
uint64_t simpleQuery(struct stored_conn_t *sconn, const char *qry, size_t qry_len);