blob: c800c4db8e897e638b6e3d5b3c99026f8552b62f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef LYCGI_H
#define LYCGI_H
#ifndef HTUTILS_H
#include <HTUtils.h>
#endif
extern void add_lynxcgi_environment PARAMS((CONST char *variable_name));
#endif /* LYGETFILE_H */
|