X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/blobdiff_plain/223e3e2be7a30ab58804b9b741c9438b123a16fd..17272ab8669aa3061b08de9862ea1e9086b8b540:/yaid.h diff --git a/yaid.h b/yaid.h index 4011787..18c17ec 100644 --- a/yaid.h +++ b/yaid.h @@ -349,7 +349,9 @@ struct policy_file { * formatting error messages for the log. */ extern int open_policy_file(struct policy_file */*pf*/, const char */*name*/, - const char */*what*/, const struct query */*q*/); + const char */*what*/, const struct query */*q*/, + unsigned /*f*/); +#define OPF_NOENTOK 1u /* Don't complain if file missing */ /* Read a policy rule from the file, storing it in PF->p. Return one of the * T_* codes.