--- xds.h 2001/07/19 14:58:27 1.20
+++ xds.h 2001/07/19 15:13:39 1.21
@@ -83,4 +83,7 @@
int xdr_encode_octedstream(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
int xdr_decode_octedstream(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xdr_encode_string(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xdr_decode_string(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+
#endif /* !defined(__LIBXDS_H__) */
|