X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=e4a132ee17c32702aeddf5d922e386ceb27b53ef;hp=ba858d2591426ebb4cfc848402d3a51b06116391;hb=52460473669cd31edd8cb8ae66c6b94c489e7e1d;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/cgi.h b/cgi.h index ba858d25..e4a132ee 100644 --- a/cgi.h +++ b/cgi.h @@ -5,13 +5,13 @@ * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ * * Purpose : Declares functions to intercept request, generate - * html or gif answers, and to compose HTTP resonses. + * html or gif answers, and to compose HTTP responses. * * Functions declared include: * * * Copyright : Written by and Copyright (C) 2001-2009 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -110,7 +110,6 @@ extern char *compress_buffer(char *buffer, size_t *buffer_length, int compressio */ extern void get_http_time(int time_offset, char *buf, size_t buffer_size); extern char *add_help_link(const char *item, struct configuration_spec *config); -extern char *make_menu(const char *self, const unsigned feature_flags); extern char *dump_map(const struct map *the_map); /*