X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fcomstack.h;h=e14b8eaf537858be38903464bfcb16b0eda4a90f;hb=a9a2a0427e8c387265ae6cccd16d97df6585e7ff;hp=e6a56276b4cb8dbc185c4dacc2485f7a013378bf;hpb=aa45b978839c268db6eccafc6a13452d99a7929c;p=yaz-moved-to-github.git diff --git a/include/comstack.h b/include/comstack.h index e6a5627..e14b8ea 100644 --- a/include/comstack.h +++ b/include/comstack.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: comstack.h,v $ - * Revision 1.9 1995-09-28 10:12:36 quinn + * Revision 1.11 1995-09-29 17:12:01 quinn + * Smallish + * + * Revision 1.10 1995/09/29 17:01:48 quinn + * More Windows work + * + * Revision 1.9 1995/09/28 10:12:36 quinn * Windows-support changes * * Revision 1.8 1995/09/27 15:02:46 quinn @@ -158,7 +164,8 @@ struct comstack #define cs_errno(handle) ((handle)->cerrno) #define cs_getproto(handle) ((handle)->protocol) -const char MDF *cs_strerror(COMSTACK h); +const char *cs_strerror(COMSTACK h); +const char *cs_errmsg(int n); /* * error management.