Added "-d --" to invocation of ls when figuring out what files
[mmh] / h / fmt_scan.h
index cece50e..ed4e2f0 100644 (file)
@@ -1,8 +1,6 @@
 
 /*
  * fmt_scan.h -- definitions for fmt_scan()
- *
- * $Id$
  */
 
 /*
@@ -41,6 +39,7 @@ struct comp {
 #define        CF_TRUE       (1<<0)    /* usually means component is present */
 #define        CF_PARSED     (1<<1)    /* address/date has been parsed */
 #define        CF_DATEFAB    (1<<2)    /* datefield fabricated */
+#define CF_TRIMMED    (1<<3)   /* Component has been trimmed */
 
 extern int fmt_norm;
 
@@ -93,3 +92,6 @@ 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 *);
+extern char *format_string;