Revert "const char*" arguments to their original const-qualified
authormike <mike>
Mon, 17 Oct 2005 13:42:43 +0000 (13:42 +0000)
committermike <mike>
Mon, 17 Oct 2005 13:42:43 +0000 (13:42 +0000)
commit3e0c6a2e1651cbc655d1acfd7ecf317745c29803
treed35a84ff19584418e1e291be5d792f517ed74d16
parent3a31be99c1d620523dc98a752ae2c665054d46cb
Revert "const char*" arguments to their original const-qualified
types, now that I have modified the typemap to support this.
Add "opaquechar" and "struct datachunk" types, used to get binary data
strings in and out of C respectively.
These are used by ZOOM_connection_option_setl() and
ZOOM_connection_option_getl() respectively.
Implemented ZOOM_connection_error_x().
Tested ZOOM_connection_{errcode,errmsg,addinfo)().
Tested ZOOM_options_create().
Add explicit "UNTESTED" markers to not-yet-tested functions.
ZOOM.xs