diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-08 17:18:09 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-08 17:18:09 +0200 |
commit | f502716912b349ea446aa52556701bbda9083de8 (patch) | |
tree | a8d4dd1c7f828cde7e44b56a36e905aba01732f8 /db/uobject.h | |
parent | 0ce9ff7103a8303cbf7bbefe22adbc2b9505ea17 (diff) | |
download | umosapicpp-f502716912b349ea446aa52556701bbda9083de8.tar.xz umosapicpp-f502716912b349ea446aa52556701bbda9083de8.zip |
Split addUobject function
Diffstat (limited to '')
-rw-r--r-- | db/uobject.h | 1 |
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 |