Index: ossp-pkg/xds/xds.h RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/xds.h,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/xds.h,v' 2>/dev/null --- xds.h 2001/06/29 13:55:47 1.6 +++ xds.h 2001/06/29 13:58:53 1.7 @@ -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__) */