X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fcomstack.h;h=b931987e8c2cedf975ceea6157688a0b5d522c6c;hp=ffcc995982f488460c1e13957344979fac2ab91c;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/include/comstack.h b/include/comstack.h index ffcc995..b931987 100644 --- a/include/comstack.h +++ b/include/comstack.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: comstack.h,v $ - * Revision 1.7 1995-06-19 12:38:24 quinn + * Revision 1.8 1995-09-27 15:02:46 quinn + * Modified function heads & prototypes. + * + * Revision 1.7 1995/06/19 12:38:24 quinn * Reorganized include-files. Added small features. * * Revision 1.6 1995/05/30 10:54:51 quinn @@ -87,6 +90,7 @@ #ifndef COMSTACK_H #define COMSTACK_H +#include #include #include @@ -151,7 +155,7 @@ struct comstack #define cs_errno(handle) ((handle)->errno) #define cs_getproto(handle) ((handle)->protocol) -const char *cs_strerror(COMSTACK h); +const char MDF *cs_strerror(COMSTACK h); /* * error management.