lgets function moved from kernel to util.
[egate.git] / include / lgets.h
diff --git a/include/lgets.h b/include/lgets.h
new file mode 100644 (file)
index 0000000..dd9936e
--- /dev/null
@@ -0,0 +1,14 @@
+/* Utility: Read line from FIFO
+ * Europagate, 1995
+ *
+ * $Log: lgets.h,v $
+ * Revision 1.1  1995/05/01 12:42:04  adam
+ * lgets function moved from kernel to util.
+ *
+ */
+#ifndef LGETS_H
+#define LGETS_H
+
+int lgets (char *buf, int max, int fd);
+
+#endif