From c9050b110457266488c3b51a38029138da2281aa Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 20 May 2019 17:28:25 +0100 Subject: Added custom pattern detector and extractor from buffer --- buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buf.h') 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); -- cgit v1.2.3