summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-07-28 03:24:41 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-07-28 03:24:41 +0800
commit957e66e0a93b6b16f6f660637f7398f76d388cb0 (patch)
tree2163716bf2170e4a44e60c0b1e59a458adf8c76a /.gitignore
parent3f6ac2ee03e683063c4510b1f8dd16a3b50d697a (diff)
downloadwww-957e66e0a93b6b16f6f660637f7398f76d388cb0.tar.gz
fix pronoun they vs their mixup
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
project "lynx", label v2-8-6dev_10' href='/ingrix/lynx-snapshots/commit/src/LYCgi.h?id=1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f'>1fc1d8af ^
e087f6d4
1fc1d8af ^



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 */