X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=e4a132ee17c32702aeddf5d922e386ceb27b53ef;hp=45b8979ab57d61607d5aa3b7d9f7bd620f37155b;hb=873efe14859c0fb3f53a905eb346c36cf5fe7eda;hpb=100f48795eee7d2996bff48871bf745af01811c7 diff --git a/cgi.h b/cgi.h index 45b8979a..e4a132ee 100644 --- a/cgi.h +++ b/cgi.h @@ -5,7 +5,7 @@ * 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: * @@ -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); /*