unstrip-downed Class 2 error messages table
[efax.git] / efaxos.h
index 8696993..fc6f9bb 100644 (file)
--- a/efaxos.h
+++ b/efaxos.h
@@ -2,6 +2,7 @@
 #define _EFAXOS_H
 
 #include <time.h>
+#include <stdlib.h>
 
 #include "efaxlib.h"
 
 #define UNIXSIGS  SIGHUP, SIGQUIT, SIGIOT, SIGALRM
 #define CATCHSIGS ANSISIGS, UNIXSIGS
 
-/* Bit order reversal table. */
-
-extern unsigned char normalbits [ ] ;
-
 typedef enum ttymodes          /* serial port modes:  */
 {
     COMMAND,                   /*   19200 8N1, no f/c, DTR high */
@@ -56,7 +53,6 @@ int tundrflw ( TFILE *f, int t ) ;
 int tgetd ( TFILE *f, int t ) ;
 int tput ( TFILE *f, unsigned char *p, int n ) ;
 int tdata ( TFILE *f, int t ) ;
-void tinit ( TFILE *f, int fd, int reverse, int hwfc ) ;
 int ttyopen ( TFILE *f, char *fname, int reverse, int hwfc ) ;
 int ttymode ( TFILE *f, ttymodes mode ) ;
 void msleep ( int t ) ;