ossp-pkg/xds/xds.h 1.16 -> 1.17
--- xds.h 2001/07/16 17:50:07 1.16
+++ xds.h 2001/07/18 11:30:19 1.17
@@ -70,4 +70,7 @@
int xds_vencode(xds_t* xds, const char* fmt, va_list args);
int xds_vdecode(xds_t* xds, const char* fmt, va_list args);
+int xdr_encode_uint32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xdr_encode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+
#endif /* !defined(__LIBXDS_H__) */
|
|