From 646281a3dbc90f402492a34c9089b0447fe5c6f9 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 26 Apr 2002 12:54:03 +0000 Subject: [PATCH] New function add_help_link --- cgi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.2