OSSP CVS Repository

ossp - Check-in [559]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 559
Date: 2001-Jul-23 17:33:23 (local)
2001-Jul-23 15:33:23 (UTC)
User:simons
Branch:
Comment: Added prototypes for xdr_encode_double(), xdr_decode_double(), xml_encode_int32(), and xml_decode_int32().
Tickets:
Inspections:
Files:
ossp-pkg/xds/xds.h.in      1.2 -> 1.3     7 inserted, 0 deleted

ossp-pkg/xds/xds.h.in 1.2 -> 1.3

--- xds.h.in     2001/07/20 10:56:01     1.2
+++ xds.h.in     2001/07/23 15:33:23     1.3
@@ -96,4 +96,11 @@
 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);
 
+int xdr_encode_double(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xdr_decode_double(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+
+
+int xml_encode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xml_decode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+
 #endif /* !defined(__LIBXDS_H__) */

CVSTrac 2.0.1