OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/xds.h.in versions 1.9 and 1.10
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/xds.h.in 1.9 -> 1.10

--- xds.h.in     2001/08/02 14:39:15     1.9
+++ xds.h.in     2001/08/02 17:24:49     1.10
@@ -61,7 +61,8 @@
     XDS_ERR_TYPE_MISMATCH  = -4,
     XDS_ERR_UNKNOWN_ENGINE = -5,
     XDS_ERR_INVALID_MODE   = -6,
-    XDS_ERR_UNDERFLOW      = -7
+    XDS_ERR_UNDERFLOW      = -7,
+    XDS_ERR_UNKNOWN        = -8
     };
 typedef enum { XDS_ENCODE, XDS_DECODE } xds_mode_t;
 typedef enum { XDS_LOAN,   XDS_GIFT   } xds_scope_t;
@@ -165,5 +166,7 @@
 xds_declare_formatting_engine(xml_decode_string);
 extern const char xds_xml_begin_text[];
 extern const char xds_xml_end_text[];
+extern const char xds_base64[];
+extern const char xds_pad64;
 
 #endif /* !defined(__LIBXDS_H__) */

CVSTrac 2.0.1