X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spamass-milter.h;h=9088201ea0b2980dfa997b2f515fac600d29f776;hb=1a13de003b1a90d0058ed32d639617a232c769d5;hp=431c65aa639d1d33047031303399092e6452d9c0;hpb=3004c9bd6381217f2fc604d8f90b8af789e15fb2;p=deb_pkgs%2Fspamass-milter.git diff --git a/spamass-milter.h b/spamass-milter.h index 431c65a..9088201 100644 --- a/spamass-milter.h +++ b/spamass-milter.h @@ -1,6 +1,6 @@ //-*-c++-*- // -// $Id: spamass-milter.h,v 1.23 2005/04/07 02:04:24 dnelson Exp $ +// $Id: spamass-milter.h,v 1.26 2011/02/14 21:50:06 dnelson Exp $ // // Main include file for SpamAss-Milter // @@ -186,5 +186,6 @@ int ip_in_networklist(struct in_addr ip, struct networklist *list); void parse_debuglevel(char* string); char *strlwr(char *str); void warnmacro(char *macro, char *scope); +FILE *popenv(char *const argv[], const char *type, pid_t *pid); #endif