X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=miscutil.h;h=efb6c23f4eafc63d71c69261df282232a2d5f91e;hb=30503e7e037ba30ddc4c1a1fda266bafb419d2d4;hp=c1ab3e2b2eaa055fa14523aaf3ee2aff2d7daae4;hpb=47b90119a38397c9710d7d9ff2ec316de017569d;p=privoxy.git diff --git a/miscutil.h b/miscutil.h index c1ab3e2b..efb6c23f 100644 --- a/miscutil.h +++ b/miscutil.h @@ -1,6 +1,6 @@ #ifndef MISCUTIL_H_INCLUDED #define MISCUTIL_H_INCLUDED -#define MISCUTIL_H_VERSION "$Id: miscutil.h,v 1.32 2011/05/22 10:26:45 fabiankeil Exp $" +#define MISCUTIL_H_VERSION "$Id: miscutil.h,v 1.34 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.h,v $ @@ -14,10 +14,10 @@ * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written - * by and Copyright (C) 1997 Anonymous Coders and + * by and Copyright (C) 1997 Anonymous Coders and * Junkbusters Corporation. http://www.junkbusters.com * - * This program is free software; you can redistribute it + * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General * Public License as published by the Free Software * Foundation; either version 2 of the License, or (at @@ -46,6 +46,7 @@ extern "C" { extern const char *basedir; extern void *zalloc(size_t size); +extern char *strdup_or_die(const char *str); #if defined(unix) extern void write_pid_file(void);