COMSTACK API changes: cs_stackerr, cs_addrstr.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Dec 2009 12:50:43 +0000 (13:50 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 4 Dec 2009 12:50:43 +0000 (13:50 +0100)
commit4a9cbf62bc7a294f1782386997e09d2dd4ba9671
tree3de76eb288416c802feabde0c76c9ffdad4acb27
parenta1b50c5a7968be1cf039719da62c59bb89683253
COMSTACK API changes: cs_stackerr, cs_addrstr.

COMSTACK method cs_stackerr removed. It is not implemented by tcpip or
unix COMSTACK, perhaps for ISO SR which was removed 7 years ago.
COMSTACK macro / method cs_addrstr now returns 'const char *'
rather than 'char *. The returned string is read-only and should not
be modified by applications. COMSTACK cs_close is now a void function
- it no longer returns int. No applications check for the value and
the implementations has always returned 0.
doc/comstack.xml
include/yaz/comstack.h
src/statserv.c
src/tcpip.c
src/unix.c