X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fprops%2Fprops_io.hxx;h=2706740ce7dd0f42503ce085ff9c3d951235b5f5;hb=68eb7031e2dce999d112d0164fa28d4b8d66922e;hp=d541e1cedc145985717fd431154ab7d6110ef242;hpb=525d2df3ccbf80152492a8632267f228a41ac393;p=simgear.git diff --git a/simgear/props/props_io.hxx b/simgear/props/props_io.hxx index d541e1ce..2706740c 100644 --- a/simgear/props/props_io.hxx +++ b/simgear/props/props_io.hxx @@ -41,6 +41,13 @@ void readProperties (istream &input, SGPropertyNode * start_node, void readProperties (const string &file, SGPropertyNode * start_node); +/** + * Read properties from an in-memory buffer. + */ +void readProperties (const char *buf, const int size, + SGPropertyNode * start_node); + + /** * Write properties to an XML output stream. */