Bug fix: GW_LOG_ERRNO.
[egate.git] / kernel / kernel.h
index beff40b..5aab169 100644 (file)
@@ -2,7 +2,14 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.8  1995/03/01 14:32:24  adam
+ * 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
  * Better diagnostics. Default is, that only one database selected when
  * several are known.
  *
@@ -43,7 +50,7 @@
 #include <fmlmarc.h>
 #endif
 
-int urp (FILE *inf);
+int urp (int fd);
 
 struct gw_user_set {
     char *name;        /* name of result set */
@@ -80,5 +87,9 @@ void read_kernel_res (void);
 struct gw_user_set *user_set_add (const char *name, int hits);
 struct gw_user_set *user_set_search (const char *name);
 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"