aboutsummaryrefslogtreecommitdiff
path: root/db/uobject.h
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-08 17:18:09 +0200
committerneodarz <neodarz@neodarz.net>2019-08-08 17:18:09 +0200
commitf502716912b349ea446aa52556701bbda9083de8 (patch)
treea8d4dd1c7f828cde7e44b56a36e905aba01732f8 /db/uobject.h
parent0ce9ff7103a8303cbf7bbefe22adbc2b9505ea17 (diff)
downloadumosapicpp-f502716912b349ea446aa52556701bbda9083de8.tar.xz
umosapicpp-f502716912b349ea446aa52556701bbda9083de8.zip
Split addUobject function
Diffstat (limited to '')
-rw-r--r--db/uobject.h1
1 files changed, 1 insertions, 0 deletions
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