diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/object/xdrinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/object/xdrinput.h b/include/object/xdrinput.h index f869a13..7b8ac40 100644 --- a/include/object/xdrinput.h +++ b/include/object/xdrinput.h @@ -15,6 +15,8 @@ class XDRInput { int32_t get_int32(); uint64_t get_uint64(); int64_t get_int64(); + float get_float(); + double get_double(); uint32_t get_opaque_length(); char* get_opaque(uint32_t length); }; |