unstrip-downed Class 2 error messages table
[efax.git] / efaxio.h
index 257b8df..b326c1b 100644 (file)
--- a/efaxio.h
+++ b/efaxio.h
@@ -21,7 +21,12 @@ enum promptcodes {           /* codes for modem prompts */
 
                      /* Modem features */
 
-extern int c1, c20 ;           /* use class 1/class 2.0 */
+#ifndef UCLINUX
+extern int c1 ;                        /* use class 1 */
+#else /* UCLINUX */
+#define c1 (0)
+#endif /* UCLINUX */
+extern int c20 ;               /* use class 2.0 */
 extern int c2 ;                        /* force class 2 */
 extern int cmdpause ;          /* delay before each init command */
 extern int vfc ;               /* virtual flow control */
@@ -37,7 +42,6 @@ extern uchar rd_allowed[], rd_nexts[] ;
 
 int cmd ( TFILE *f, char *s , int t ) ;
 int ckcmd ( TFILE *f, int *err, char *s, int t, int r ) ;
-int modemsync ( TFILE *f ) ;
 char *sresponse ( char *s, int *ip ) ;
 char *strinresp ( char *s ) ;
 int getresp ( char *s, char *buf, int len ) ;