X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fquery.h;h=9dabfe0ca631c3e053785391b2ffeacf8c2f3ef1;hb=c00b60854ba8968b9e91da74096d913c084139c5;hp=61f894d24bf811e7181ebcfbd7ce4f9315416872;hpb=b6e435be5bdafb8a20faf904da9c6886c162425a;p=apps%2Fpfixtools.git diff --git a/postlicyd/query.h b/postlicyd/query.h index 61f894d..9dabfe0 100644 --- a/postlicyd/query.h +++ b/postlicyd/query.h @@ -55,6 +55,8 @@ enum smtp_state { SMTP_UNKNOWN, }; +extern const char *smtp_state_names[SMTP_count]; + /* \see http://www.postfix.org/SMTPD_POLICY_README.html */ typedef struct query_t { unsigned state : 4;