X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=d9fe6a7e5afbb5739234b3423c0653cb93156d05;hp=91cd0f8a53bd21c43f7fd79247ebc13cd64ff75f;hb=3947ebff095737086603dadbf9f8443e3accf0e1;hpb=7ae12b2afe7124cc23216f76aec2acdd5c085595 diff --git a/cgi.h b/cgi.h index 91cd0f8a..d9fe6a7e 100644 --- a/cgi.h +++ b/cgi.h @@ -1,6 +1,6 @@ #ifndef CGI_H_INCLUDED #define CGI_H_INCLUDED -#define CGI_H_VERSION "$Id: cgi.h,v 1.38 2011/06/23 14:01:01 fabiankeil Exp $" +#define CGI_H_VERSION "$Id: cgi.h,v 1.39 2011/07/03 17:55:23 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ @@ -107,7 +107,7 @@ extern char get_char_param(const struct map *parameters, * we bother to (re-)compress it. Completely arbitrary. */ extern const size_t LOWER_LENGTH_LIMIT_FOR_COMPRESSION; -extern char *compress_buffer(char *buffer, size_t *buffer_length); +extern char *compress_buffer(char *buffer, size_t *buffer_length, int compression_level); #endif /*