--- xds.h.in 2001/07/23 16:17:43 1.4
+++ xds.h.in 2001/07/23 16:33:03 1.5
@@ -42,6 +42,7 @@
typedef @xds_int16_t@ xds_int16_t;
typedef @xds_int32_t@ xds_int32_t;
typedef @xds_int64_t@ xds_int64_t;
+typedef double xds_double_t;
enum
{
@@ -112,4 +113,7 @@
int xml_encode_uint64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
int xml_decode_uint64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xml_encode_double(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+int xml_decode_double(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args);
+
#endif /* !defined(__LIBXDS_H__) */
|