]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - spamass-milter.h
revert to upstream versions of config.sub and config.guess; switch to autotools_dev
[deb_pkgs/spamass-milter.git] / spamass-milter.h
index 431c65aa639d1d33047031303399092e6452d9c0..9088201ea0b2980dfa997b2f515fac600d29f776 100644 (file)
@@ -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