Makefile: Add target to run sql-dependant tests
[nagios-reports-module.git] / nagios / getcgi.h
blob65f533a298924970ea27e8d5330b36b89a5cd577
1 /******************************************************
3 * GETCGI.H - Nagios CGI Input Routine Include File
5 * Last Modified: 11-25-2005
7 *****************************************************/
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
13 char **getcgivars(void);
14 void free_cgivars(char **);
15 void unescape_cgi_input(char *);
16 void sanitize_cgi_input(char **);
17 unsigned char hex_to_char(char *);
19 #ifdef __cplusplus
21 #endif