blob: 6b90f2deafea91017ed62d1b83b89c13b09ceaf0 (
plain) (
tree)
|
|
#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 */
|