/* * Copyright (C) James R. Leu 2000 * jleu@mindspring.com * * This software is covered under the LGPL, for more * info check out http://www.gnu.org/copyleft/lgpl.html */ #ifndef _LDP_POLICY_IMPL_H_ #define _LDP_POLICY_IMPL_H_ extern ldp_bool ldp_policy_import_check(ldp_instance_handle handle,ldp_fec* f, ldp_addr* nh, ldp_session* s); extern ldp_bool ldp_policy_ingress_check(ldp_instance_handle handle,ldp_fec* f, ldp_addr* nh, ldp_session* s); #endif