#ifndef __ABAC_PL_PRE_H__ #define __ABAC_PL_PRE_H__ #include "abac_internal.h" /* exported */ void preprocess_pl_term(abac_context_t *,abac_term_t *ptr); void preprocess_pl_params(abac_context_t *,abac_param_list_t *ptr); void preprocess_pl_head(abac_context_t *,abac_aspect_t *ptr); void preprocess_pl_tail(abac_context_t *,abac_aspect_t *ptr); #endif /* __ABAC_PL_PRE_H__ */