ossp-pkg/cfg/cfg_util.h 1.4 -> 1.5
--- cfg_util.h 2004/07/17 07:37:55 1.4
+++ cfg_util.h 2004/11/20 12:54:07 1.5
@@ -33,7 +33,7 @@
#include "cfg.h"
-cfg_rc_t cfg_util_readfile(const char *filename, char **buf_ptr, size_t *buf_len);
+cfg_rc_t cfg_util_readfile(const char *filename, char **buf_ptr, size_t *buf_size, size_t *buf_used);
#endif /* __CFG_UTIL_H__ */
|
|