Mercurial > noffle
changeset 46:62b9392bceca noffle
[svn] Add wildmat.h to includes
author | bears |
---|---|
date | Sat, 06 May 2000 17:53:25 +0100 |
parents | 32ba1198c6fa |
children | 89cfe3a7837e |
files | src/wildmat.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/wildmat.c Sat May 06 00:49:38 2000 +0100 +++ b/src/wildmat.c Sat May 06 17:53:25 2000 +0100 @@ -6,7 +6,7 @@ o Rename wildmat() to Wld_match(). o Adjust includes. - $Id: wildmat.c 49 2000-05-05 21:45:56Z uh1763 $ + $Id: wildmat.c 52 2000-05-06 16:53:25Z bears $ The entire INN distribution is covered by the following copyright notice. As this file originated in the INN distribution is it @@ -14,7 +14,7 @@ Copyright 1991 Rich Salz. All rights reserved. - $Revision: 49 $ + $Revision: 52 $ Redistribution and use in any form are permitted provided that the following restrictions are are met: @@ -37,7 +37,7 @@ */ -/* $Revision: 49 $ +/* $Revision: 52 $ ** ** Do shell-style pattern matching for ?, \, [], and * characters. ** Might not be robust in face of malformed patterns; e.g., "foo[a-" @@ -78,6 +78,7 @@ #include <sys/types.h> #include "common.h" #include "log.h" +#include "wildmat.h" #define ABORT (-1)