Revised types for functions cs_complete_auto, etc.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Oct 2007 06:00:55 +0000 (06:00 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Oct 2007 06:00:55 +0000 (06:00 +0000)
commit377e50914cd78d52e77032a3eaf8972f23b4e7b9
treed9e0928fef8e179e2156efe9e8497a68c2e58ed6
parent29cc293e92725df0aaf70fa4897600597dd8db9b
Revised types for functions cs_complete_auto, etc.

The functions cs_complete_auto, cs_complete_auto_head takes 'const char *'
as buffer rather than 'const unsigned char *'. This makes some casts
unnecessary. This also fixes tst_comstack which used to test
cs_complete_http. This function, howver is no longer public, so
cs_complete_auto is used instead.
include/yaz/comstack.h
include/yaz/tcpip.h
include/yaz/unix.h
src/comstack.c
src/tcpip.c
src/unix.c
src/waislen.c
test/tst_comstack.c