Check-in Number:
|
807 | |
Date: |
2001-Aug-30 16:47:41 (local)
2001-Aug-30 14:47:41 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added prototypes for xml_encode_float() and xml_decode_float(). |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/xds.h.in 1.17 -> 1.18
--- xds.h.in 2001/08/30 11:21:54 1.17
+++ xds.h.in 2001/08/30 14:47:41 1.18
@@ -153,6 +153,8 @@
xds_declare_formatting_engine(xml_encode_int64);
xds_declare_formatting_engine(xml_decode_int64);
#endif
+xds_declare_formatting_engine(xml_encode_float);
+xds_declare_formatting_engine(xml_decode_float);
xds_declare_formatting_engine(xml_encode_double);
xds_declare_formatting_engine(xml_decode_double);
xds_declare_formatting_engine(xml_encode_octetstream);
|
|