From f502716912b349ea446aa52556701bbda9083de8 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 8 Aug 2019 17:18:09 +0200 Subject: Split addUobject function --- db/uobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'db/uobject.h') diff --git a/db/uobject.h b/db/uobject.h index b4c2ef0..e08429f 100644 --- a/db/uobject.h +++ b/db/uobject.h @@ -18,6 +18,7 @@ namespace uobject { std::string retrieveAll(std::string collection, struct json_object* jsonObjects); + std::string add(std::string collection, struct json_object* jsonObjects, const char * body); } #endif -- cgit v1.2.1