=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/defs.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/rdist/defs.h 2001/08/23 14:17:08 1.11 +++ src/usr.bin/rdist/defs.h 2003/05/06 22:10:11 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.11 2001/08/23 14:17:08 aaron Exp $ */ +/* $OpenBSD: defs.h,v 1.12 2003/05/06 22:10:11 millert Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include @@ -257,6 +258,7 @@ */ struct namelist { /* for making lists of strings */ char *n_name; + regex_t *n_regex; struct namelist *n_next; };