Renamed yazlib to comstack.
[yaz-moved-to-github.git] / comstack / comstack.c
diff --git a/comstack/comstack.c b/comstack/comstack.c
new file mode 100644 (file)
index 0000000..2912d35
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 1995, Index Data
+ * See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: comstack.c,v $
+ * Revision 1.1  1995-06-14 09:58:20  quinn
+ * Renamed yazlib to comstack.
+ *
+ * Revision 1.2  1995/05/16  08:51:15  quinn
+ * License, documentation, and memory fixes
+ *
+ * Revision 1.1  1995/03/14  10:28:34  quinn
+ * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
+ *
+ *
+ */
+
+const char *cs_errlist[] =
+{
+    "No error or unspecified error",
+    "System (lower-layer) error",
+    "Operation out of state",
+    "No data (operation would block)",
+    "New data while half of old buffer is on the line (flow control)"
+};