aboutsummaryrefslogtreecommitdiff
path: root/db/uobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/uobject.h')
-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