summaryrefslogtreecommitdiffstats
path: root/src/LYCgi.h
blob: 6b90f2deafea91017ed62d1b83b89c13b09ceaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef LYCGI_H
#define LYCGI_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif
    extern void add_lynxcgi_environment(const char *variable_name);

#ifdef __cplusplus
}
#endif
#endif				/* LYGETFILE_H */