Index: ext/libicpf/src/libicpf/cfg.h =================================================================== diff -u -N -r3150d0c0a9a5fe75a5954e17a5a445a14e0bea1f -r9934e5dc9613bf3246f7d4955d4dd7c07f0dd555 --- ext/libicpf/src/libicpf/cfg.h (.../cfg.h) (revision 3150d0c0a9a5fe75a5954e17a5a445a14e0bea1f) +++ ext/libicpf/src/libicpf/cfg.h (.../cfg.h) (revision 9934e5dc9613bf3246f7d4955d4dd7c07f0dd555) @@ -93,6 +93,7 @@ /** \name Reading and writing to the external medium */ /**@{*/ void read(const tchar_t *pszPath); ///< Reads the properties from the source file + void read_from_buffer(const tchar_t* pszData, size_t stSize); void write(const tchar_t* pszPath); ///< Saves the properties to the file /**@}*/