ttyemit moved from kernel directory. Minor editing in gw-db.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Apr 1995 09:33:05 +0000 (09:33 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Apr 1995 09:33:05 +0000 (09:33 +0000)
include/gw-db.h
include/ttyemit.h [new file with mode: 0644]

index 859df2d..16883af 100644 (file)
@@ -2,11 +2,16 @@
  * Europagate, 1995
  *
  * $Log: gw-db.h,v $
- * Revision 1.1  1995/03/27 08:23:18  adam
+ * Revision 1.2  1995/04/17 09:33:05  adam
+ * ttyemit moved from kernel directory. Minor editing in gw-db.h
+ *
+ * Revision 1.1  1995/03/27  08:23:18  adam
  * First version of gip interface (gateway IPc).
  * First version of gw-db: gateway hash db.
  *
  */
+#ifndef GW_DB_H
+#define GW_DB_H
 
 typedef struct gw_db *GW_DB;
 
@@ -19,3 +24,5 @@ int   gw_db_close  (GW_DB db);
 
 int   gw_db_no_ent (GW_DB db);
 int   gw_db_seq_no (GW_DB db);
+
+#endif
diff --git a/include/ttyemit.h b/include/ttyemit.h
new file mode 100644 (file)
index 0000000..8deece2
--- /dev/null
@@ -0,0 +1,16 @@
+/* Gateway tty print utility
+ * Europagate, 1995
+ *
+ * $Log: ttyemit.h,v $
+ * Revision 1.1  1995/04/17 09:33:09  adam
+ * ttyemit moved from kernel directory. Minor editing in gw-db.h
+ *
+ *
+ */
+#ifndef TTYEMIT_H
+#define TTYEMIT_H
+
+void tty_emit (int ch);
+void tty_init (FILE *out, int min, int max);
+
+#endif