aboutsummaryrefslogtreecommitdiffstats
path: root/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buf.h b/buf.h
index 2d92f33..7ecb2d6 100644
--- a/buf.h
+++ b/buf.h
@@ -62,7 +62,7 @@ public:
int set(char *val, int size);
int set(char *val);
Buf* copy();
- int get(char **val, int *size);
+ int get_ptr(char **val, int *size);
int realloc(int size);
int reduce();
int inc(int size);