ossp-pkg/xds/xds.h 1.6 -> 1.7
--- xds.h 2001/06/29 13:55:47 1.6
+++ xds.h 2001/06/29 13:58:53 1.7
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/xds/Attic/xds.h,v $
- $Revision: 1.6 $
+ $Revision: 1.7 $
Copyright (c) 2001 by Cable & Wireless Deutschland.
@@ -48,6 +48,6 @@
int xds_decode(xds_t* context, const char* buf, const char* fmt, ...);
int xds_vencode(xds_t* context, const char* fmt, va_list args);
-int xds_vdecode(xds_t* context, const char* fmt, va_list args);
+int xds_vdecode(xds_t* context, const char* buf, const char* fmt, va_list args);
#endif /* !defined(__LIBXDS_H__) */
|
|