Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarJsonPatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarJsonPatch.hpp')
-rw-r--r--source/core/StarJsonPatch.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/core/StarJsonPatch.hpp b/source/core/StarJsonPatch.hpp
index 5610cc6..9832543 100644
--- a/source/core/StarJsonPatch.hpp
+++ b/source/core/StarJsonPatch.hpp
@@ -33,6 +33,9 @@ namespace JsonPatching {
// Copies "from" to "path"
Json applyCopyOperation(Json const& base, Json const& op);
-}
+
+ // Merges "value" at "path"
+ Json applyMergeOperation(Json const& base, Json const& op);
+ }
}