X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fconfig.h;h=554fe96cf4de28ceb164bd92c66da105410fe0fe;hb=d229b104fb45ef8a5b968da80383f571625fa976;hp=f823bce3e00377ab703817b6c16f32d7fa0849e2;hpb=9b993811fe1fd208afd954e86c0bfc81a78af04f;p=apps%2Fpfixtools.git diff --git a/postlicyd/config.h b/postlicyd/config.h index f823bce..554fe96 100644 --- a/postlicyd/config.h +++ b/postlicyd/config.h @@ -36,8 +36,16 @@ #ifndef PFIXTOOLS_CONFIG_H #define PFIXTOOLS_CONFIG_H +#include "filter.h" + typedef struct config_t config_t; +struct config_t { + A(filter_t) filters; + A(filter_param_t) params; + int entry_points[SMTP_count]; +}; + __attribute__((nonnull(1))) config_t *config_read(const char *file);