ossp-pkg/cfg/cfg_buf.h 1.3 -> 1.4
--- cfg_buf.h 2002/07/05 17:15:14 1.3
+++ cfg_buf.h 2002/07/17 14:55:00 1.4
@@ -36,12 +36,6 @@
struct cfg_buf_st;
typedef struct cfg_buf_st cfg_buf_t;
-struct cfg_buf_st {
- char *buf_ptr;
- size_t buf_size;
- size_t buf_len;
-};
-
extern cfg_rc_t cfg_buf_create (cfg_buf_t **buf);
extern cfg_rc_t cfg_buf_resize (cfg_buf_t *buf, signed int n);
extern cfg_rc_t cfg_buf_format (cfg_buf_t *buf, const char *fmt, ...);
|
|