From: Adam Dickmeiss Date: Mon, 17 Apr 1995 09:33:05 +0000 (+0000) Subject: ttyemit moved from kernel directory. Minor editing in gw-db.h X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=b9bf72fa7af887225b50f567f91c06ce4353d0c8;p=egate.git ttyemit moved from kernel directory. Minor editing in gw-db.h --- diff --git a/include/gw-db.h b/include/gw-db.h index 859df2d..16883af 100644 --- a/include/gw-db.h +++ b/include/gw-db.h @@ -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 index 0000000..8deece2 --- /dev/null +++ b/include/ttyemit.h @@ -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