Create new switches -atfile and -noatfile to control the creation of the @
[mmh] / h / fmt_scan.h
index cece50e..394b01e 100644 (file)
@@ -1,8 +1,6 @@
 
 /*
  * fmt_scan.h -- definitions for fmt_scan()
- *
- * $Id$
  */
 
 /*
@@ -93,3 +91,5 @@ struct format {
 struct format *fmt_scan (struct format *, char *, int, int *);
 char *new_fs (char *, char *, char *);
 int fmt_compile (char *, struct format **);
+char *formataddr(char *, char *);
+char *concataddr(char *, char *);