ossp-pkg/xds/xds.h 1.5 -> 1.6
--- xds.h 2001/06/28 16:09:16 1.5
+++ xds.h 2001/06/29 13:55:47 1.6
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/xds/Attic/xds.h,v $
- $Revision: 1.5 $
+ $Revision: 1.6 $
Copyright (c) 2001 by Cable & Wireless Deutschland.
@@ -41,7 +41,7 @@
int xds_unregister(xds_t* context, const char* name);
int xds_set_encode_buffer(xds_t* context, char* buf, size_t buf_size);
-int xds_set_decode_buffer(xds_t* context, const char* buf);
+int xds_set_decode_buffer(xds_t* context, const char* buf, size_t buf_size);
int xds_get_encode_buffer(xds_t* context, char** buf, size_t* buf_size);
int xds_encode(xds_t* context, const char* fmt, ...);
|
|