X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fquery.h;h=9dabfe0ca631c3e053785391b2ffeacf8c2f3ef1;hb=36f50414e9b2f1b76dcce6efde97ef7cc550456b;hp=61f894d24bf811e7181ebcfbd7ce4f9315416872;hpb=c091e1809626636627a2824d6a2dfedeab3a4d24;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;