Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

policy-dump.h

Go to the documentation of this file.
00001 /****************************************************************************/
00002 /****************************************************************************/
00007 /****************************************************************************/
00008 
00009 #include "policy.h"
00010 #include <stdio.h>
00011 
00012 void dumpOutput(FILE *fd, POLICY_OUTPUT *o, unsigned int tabs, char freeme);
00013 
00014 void dumpProto(FILE *fd, POLICY_PROTO *p, unsigned int tabs, char freeme);
00015 
00016 void dumpTest(FILE *fd, POLICY_TEST *t, unsigned int tabs, char freeme);
00017 
00018 void dumpResult(FILE *fd, POLICY_RESULT *r, unsigned int tabs, char freeme);
00019 
00020 void dumpInit(FILE *fd, POLICY_INITS *i, unsigned int tabs, char freeme);
00021 
00022 void dumpInput(FILE *fd, POLICY_INPUT *i, unsigned int tabs, char freeme);
00023 
00024 void dumpPolicy(FILE *fd, POLICY_HEAD *h, char freeme);

Generated at Mon Jul 8 15:16:50 2002 for RUBICON by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000