2912d3540512e451d0be6b8c2d89fa0423146b1d
[yaz-moved-to-github.git] / comstack / comstack.c
1 /*
2  * Copyright (c) 1995, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: comstack.c,v $
7  * Revision 1.1  1995-06-14 09:58:20  quinn
8  * Renamed yazlib to comstack.
9  *
10  * Revision 1.2  1995/05/16  08:51:15  quinn
11  * License, documentation, and memory fixes
12  *
13  * Revision 1.1  1995/03/14  10:28:34  quinn
14  * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
15  *
16  *
17  */
18
19 const char *cs_errlist[] =
20 {
21     "No error or unspecified error",
22     "System (lower-layer) error",
23     "Operation out of state",
24     "No data (operation would block)",
25     "New data while half of old buffer is on the line (flow control)"
26 };