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);
|
|