summaryrefslogtreecommitdiffstats
path: root/common/marshaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/marshaller.h')
-rw-r--r--common/marshaller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/marshaller.h b/common/marshaller.h
index e19c0f6..b698b69 100644
--- a/common/marshaller.h
+++ b/common/marshaller.h
@@ -66,6 +66,9 @@ void *spice_marshaller_add_int8(SpiceMarshaller *m, int8_t v);
void spice_marshaller_set_uint32(SpiceMarshaller *m, void *ref, uint32_t v);
+void spice_marshaller_add_fd(SpiceMarshaller *m, int fd);
+int spice_marshaller_get_fd(SpiceMarshaller *m);
+
SPICE_END_DECLS
#endif