ossp-pkg/xds/xds.h.in 1.15 -> 1.16
--- xds.h.in 2001/08/22 20:19:50 1.15
+++ xds.h.in 2001/08/23 08:42:50 1.16
@@ -159,14 +159,4 @@
xds_declare_formatting_engine(xml_encode_string);
xds_declare_formatting_engine(xml_decode_string);
-typedef struct
- {
- unsigned int sign :1;
- unsigned int fraction :23;
- int exponent :8;
- }
-xds_float_t;
-
-int float2xds_float(xds_float_t* new_num, float num);
-
#endif /* __XDS_H__ */
|
|