00001 /****************************************************************************/ 00002 /****************************************************************************/ 00007 /****************************************************************************/ 00008 00009 #include "policy.h" 00010 00011 #ifndef POLICY_QUERY_H 00012 #define POLICY_QUERY_H 00013 00014 int handlePacket(POLICY_HEAD*, PACKET*); 00015 00016 int descendTest(POLICY_TEST*, PACKET*); 00017 00018 int descendOutput(POLICY_OUTPUT*, PACKET*); 00019 00020 #endif /* POLICY_QUERY_H */