From: oes <oes@users.sourceforge.net>
Date: Fri, 26 Apr 2002 12:54:03 +0000 (+0000)
Subject: New function add_help_link
X-Git-Tag: v_3_0_branchpoint~217
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/gitweb.js?a=commitdiff_plain;h=646281a3dbc90f402492a34c9089b0447fe5c6f9;p=privoxy.git

New function add_help_link
---

diff --git a/cgi.h b/cgi.h
index c9b741e0..3ddd73b5 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.26 2002/04/10 13:38:35 oes Exp $"
+#define CGI_H_VERSION "$Id: cgi.h,v 1.27 2002/04/24 02:16:51 oes Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.h,v $
@@ -38,6 +38,9 @@
  *
  * Revisions   :
  *    $Log: cgi.h,v $
+ *    Revision 1.27  2002/04/24 02:16:51  oes
+ *    Moved get_char_param, get_string_param and get_number_param here from cgiedit.c
+ *
  *    Revision 1.26  2002/04/10 13:38:35  oes
  *    load_template signature changed
  *
@@ -207,6 +210,7 @@ extern char   get_char_param(const struct map *parameters,
  * Text generators
  */
 extern void get_http_time(int time_offset, char * buf);
+extern char *add_help_link(const char *item, struct configuration_spec *config);
 extern char *make_menu(const char *self);
 extern char *dump_map(const struct map *the_map);