Subversion Repositories Keine

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: kn_cgi.h 2 2024-09-11 09:16:23Z nishi $ */
2
 
3
#ifndef __KN_CGI_H__
4
#define __KN_CGI_H__
5
 
6
void kn_parse_query(void);
7
void kn_cgi(void);
8
 
9
#endif