X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c4f2d992e4a0fc068281376d89ec38de56dc2f58..063606f77d8b0bf9b3ddc42f7b6dcd9b670fb79e:/src/rule.h diff --git a/src/rule.h b/src/rule.h index 7e337f6..6b4556b 100644 --- a/src/rule.h +++ b/src/rule.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: rule.h,v 1.1 1997/07/21 13:47:45 mdw Exp $ + * $Id: rule.h,v 1.3 1997/08/20 16:22:49 mdw Exp $ * * Managing rule sets * * (c) 1997 EBI */ -/*----- Licencing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of `become' * @@ -22,14 +22,20 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with `become'; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: rule.h,v $ - * Revision 1.1 1997/07/21 13:47:45 mdw + * Revision 1.3 1997/08/20 16:22:49 mdw + * Rename `rule_reinit' to `rule_end' for more sensible restart. + * + * Revision 1.2 1997/08/04 10:24:25 mdw + * Sources placed under CVS control. + * + * Revision 1.1 1997/07/21 13:47:45 mdw * Initial revision * */ @@ -69,16 +75,16 @@ extern void rule_init(void); -/* --- @rule_reinit@ --- * +/* --- @rule_end@ --- * * * Arguments: --- * * Returns: --- * - * Use: Reinitialises the rule database. + * Use: Empties the rule database. */ -extern void rule_reinit(void); +extern void rule_end(void); /* --- @rule_add@ --- * * @@ -106,6 +112,17 @@ extern void rule_add(classdef */*host*/, classdef */*from*/, extern int rule_check(request */*r*/); +/* --- @rule_dump@ --- * + * + * Arguments: --- + * + * Returns: --- + * + * Use: Dumps a map of the current ruleset to the trace output. + */ + +extern void rule_dump(void); + /*----- That's all, folks -------------------------------------------------*/ #ifdef __cplusplus