X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/7df38e1e83fd1fe5a9dee73bf8c346deb4e972f9..8b2ec2f09635e07a0286e62581bda92a59045064:/src/bcquery.c diff --git a/src/bcquery.c b/src/bcquery.c index ff2948b..18354c9 100644 --- a/src/bcquery.c +++ b/src/bcquery.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bcquery.c,v 1.2 1998/06/26 10:32:31 mdw Exp $ + * $Id: bcquery.c,v 1.3 1999/05/04 16:17:11 mdw Exp $ * * Query and dump Become's configuration file * @@ -29,7 +29,11 @@ /*----- Revision history --------------------------------------------------* * * $Log: bcquery.c,v $ - * Revision 1.2 1998/06/26 10:32:31 mdw + * Revision 1.3 1999/05/04 16:17:11 mdw + * Change to header file name for parser. See log for `parse.h' for + * details. + * + * Revision 1.2 1998/06/26 10:32:31 mdw * Cosmetic change: use sizeof(destination) in memcpy. * * Revision 1.1 1998/04/23 13:20:20 mdw @@ -76,7 +80,7 @@ #include "mdwopt.h" #include "name.h" #include "netg.h" -#include "parser.h" +#include "parse.h" #include "rule.h" #include "sym.h" #include "utils.h"