2
0
Fork 0
lighttpd2/src/url_parser.h

11 lines
216 B
C
Raw Normal View History

#ifndef _LIGHTTPD_URL_PARSER_H_
#define _LIGHTTPD_URL_PARSER_H_
#include "settings.h"
#include "request.h"
LI_API gboolean parse_raw_url(request_uri *uri);
2008-08-10 19:31:56 +00:00
LI_API gboolean parse_hostname(request_uri *uri);
#endif