diff options
author | FreeArtMan <dos21h@gmail.com> | 2019-05-20 17:28:25 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2019-05-20 17:28:25 +0100 |
commit | c9050b110457266488c3b51a38029138da2281aa (patch) | |
tree | cc6bc47c7fc27f176a5d97c7dd5b9a835015658c /buf.h | |
parent | 2e06ffc51227fb9d613f6e068ffe04e0c4a23cb9 (diff) | |
download | libbuf-master.tar.gz libbuf-master.zip |
Diffstat (limited to 'buf.h')
-rw-r--r-- | buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |