X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fdatastore%2Fschema.h;h=a8637a1b336801207a603a436867b644d1890084;hp=490c3ba9ed820a36d16efc19fc21075b5faf193a;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 diff --git a/ntsimulator/ntsim-ng/core/datastore/schema.h b/ntsimulator/ntsim-ng/core/datastore/schema.h index 490c3ba..a8637a1 100644 --- a/ntsimulator/ntsim-ng/core/datastore/schema.h +++ b/ntsimulator/ntsim-ng/core/datastore/schema.h @@ -20,7 +20,7 @@ #include #include -int schema_get_xpaths(char ***root_xpath); //returns number of xpaths, 0 if none, -1 if error +int datastore_schema_get_xpaths(char ***root_xpath); //returns number of xpaths, 0 if none, -1 if error -int schema_print_root_paths(void); -int schema_print_xpath(const char *xpath); +int datastore_schema_print_root_paths(void); +int datastore_schema_print_xpath(const char *xpath);