X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=policy.h;fp=postfix.h;h=077b0451c519a5b874dc50fef08931851cb23a33;hb=cbc1e00dbd0e45d064bce91b84e0959937894daf;hp=88e4f8d828ddafacfcbd121e49a341f47eb627bd;hpb=26fccb93b1256eb435e16e5c4646ec8ed4116b71;p=apps%2Fpfixtools.git diff --git a/postfix.h b/policy.h similarity index 97% rename from postfix.h rename to policy.h index 88e4f8d..077b045 100644 --- a/postfix.h +++ b/policy.h @@ -33,8 +33,8 @@ * Copyright © 2006-2007 Pierre Habouzit */ -#ifndef PFIXTOOLS_POSTFIX_H -#define PFIXTOOLS_POSTFIX_H +#ifndef PFIXTOOLS_POLICY_H +#define PFIXTOOLS_POLICY_H #include @@ -102,4 +102,7 @@ static inline void query_wipe(query_t *rq) { DO_NEW(query_t, query); DO_DELETE(query_t, query); + +void *policy_run(int fd, void *); + #endif