#ifndef __acl_h__
#define __acl_h__

int mxfilter_acl(char *sender, char *recipient, char *result, int sresult,
        char *reason, int sreason, char *config, char *sconfig);

#endif
