diff options
Diffstat (limited to 'usr.sbin/sup/lib/supmsg.h')
| -rw-r--r-- | usr.sbin/sup/lib/supmsg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/sup/lib/supmsg.h b/usr.sbin/sup/lib/supmsg.h index b30ea9a46a45..e6185c486ba0 100644 --- a/usr.sbin/sup/lib/supmsg.h +++ b/usr.sbin/sup/lib/supmsg.h @@ -33,6 +33,11 @@ * across the network to save BandWidth * * $Log: supmsg.h,v $ + * Revision 1.1.1.1 1995/12/26 04:54:47 peter + * Import the unmodified version of the sup that we are using. + * The heritage of this version is not clear. It appears to be NetBSD + * derived from some time ago. + * * Revision 1.1.1.1 1993/08/21 00:46:35 jkh * Current sup with compression support. * @@ -170,6 +175,7 @@ EXTERN TREE *refuseT; /* tree of files to refuse */ /* msglist */ EXTERN TREE *listT; /* tree of files to list */ +EXTERN TREE *renameT; /* tree of file rename targets */ EXTERN long scantime; /* time that collection was scanned */ /* msgneed */ |
