]> diplodocus.org Git - nmh/blobdiff - h/scansbr.h
new.c: Order two return statements to match comment.
[nmh] / h / scansbr.h
index f6cd35caaa2a42cb044bc7125e0a9a96f1103973..0aa5cc5197eb8af0034b500cfca541fe9e5dff37 100644 (file)
@@ -1,10 +1,6 @@
-
-/*
- * scansbr.h -- definitions for scan()
+/* scansbr.h -- definitions for scan()
  */
 
-extern char *scanl;
-
 #define        SCNENC  2               /* message just fine, but encrypted(!!) */
 #define        SCNMSG  1               /* message just fine                    */
 #define        SCNEOF  0               /* empty message                        */
@@ -37,4 +33,5 @@ extern char *scanl;
 /*
  * prototypes
  */
-int scan (FILE *, int, int, char *, int, int, int, char *, long, int);
+int scan (FILE *, int, int, char *, int, int, int, char *, long, int,
+          charstring_t *);