summaryrefslogtreecommitdiff
path: root/buf.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-05-20 17:28:25 +0100
committerFreeArtMan <dos21h@gmail.com>2019-05-20 17:28:25 +0100
commitc9050b110457266488c3b51a38029138da2281aa (patch)
treecc6bc47c7fc27f176a5d97c7dd5b9a835015658c /buf.h
parent2e06ffc51227fb9d613f6e068ffe04e0c4a23cb9 (diff)
downloadlibbuf-c9050b110457266488c3b51a38029138da2281aa.tar.gz
libbuf-c9050b110457266488c3b51a38029138da2281aa.zip
Added custom pattern detector and extractor from bufferHEADmaster
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);