]> diplodocus.org Git - nmh/blobdiff - h/fmt_scan.h
If the number of messages in a folder is zero, then don't try to
[nmh] / h / fmt_scan.h
index cece50e002bcf15ffcef91c15a06fc859875c43d..dbe955fc562cbacaed271ffc0c566170277c4cc3 100644 (file)
@@ -1,8 +1,6 @@
 
 /*
  * fmt_scan.h -- definitions for fmt_scan()
- *
- * $Id$
  */
 
 /*
@@ -93,3 +91,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;