From bb1c35235b71079b20f469421a895b038bcfa0db Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 Dec 2018 08:23:06 +0100 Subject: XDR: Add proper get_string method --- include/object/xdrinput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/object/xdrinput.h') diff --git a/include/object/xdrinput.h b/include/object/xdrinput.h index 7b8ac40..5f99169 100644 --- a/include/object/xdrinput.h +++ b/include/object/xdrinput.h @@ -19,6 +19,7 @@ class XDRInput { double get_double(); uint32_t get_opaque_length(); char* get_opaque(uint32_t length); + void get_string(char *target); }; #endif -- cgit v1.2.3