grammar
[unix-history] / usr / src / usr.bin / mail / glob.h
index 5c1a135..3253579 100644 (file)
@@ -1,4 +1,10 @@
-/*     glob.h  2.10    83/08/11        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)glob.h      5.1 (Berkeley) %G%
+ */
 
 /*
  * A bunch of global variable declarations lie herein.
 
 /*
  * A bunch of global variable declarations lie herein.
@@ -52,6 +58,8 @@ struct        message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 struct ignore          *ignore[HSHSIZE];/* Pointer to ignored fields */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 struct ignore          *ignore[HSHSIZE];/* Pointer to ignored fields */
+struct ignore          *retain[HSHSIZE];/* Pointer to retained fields */
+int    nretained;                      /* Number of retained fields */
 char   **altnames;                     /* List of alternate names for user */
 char   **localnames;                   /* List of aliases for our local host */
 int    debug;                          /* Debug flag set */
 char   **altnames;                     /* List of alternate names for user */
 char   **localnames;                   /* List of aliases for our local host */
 int    debug;                          /* Debug flag set */