ttyemit moved from kernel directory. Minor editing in gw-db.h
[egate.git] / include / ttyemit.h
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