First use of string-queue utility.
[egate.git] / kernel / kernel.h
index fa6767c..4c66d52 100644 (file)
@@ -2,7 +2,14 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.9  1995/03/03 17:19:13  adam
+ * Revision 1.11  1995/03/28 11:42:34  adam
+ * First use of string-queue utility.
+ *
+ * Revision 1.10  1995/03/27  08:24:01  adam
+ * First use of gip interface and gw-db.
+ * First work on eti program.
+ *
+ * Revision 1.9  1995/03/03  17:19:13  adam
  * Smarter presentation. Bug fix in email header interpretation.
  *
  * Revision 1.8  1995/03/01  14:32:24  adam
@@ -45,8 +52,9 @@
 #if USE_FML
 #include <fmlmarc.h>
 #endif
+#include <strqueue.h>
 
-int urp (FILE *inf);
+int urp (struct str_queue *queue);
 
 struct gw_user_set {
     char *name;        /* name of result set */
@@ -86,4 +94,6 @@ void user_set_init (void);
 void tty_emit (int ch);
 void tty_init (FILE *out, int min, int max);
 
+int lgets (char *buf, int max, int fd);
+
 #define KERNEL_LOG "kernel"