You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
200 B
C
10 lines
200 B
C
15 years ago
|
#ifndef _LIGHTTPD_URL_PARSER_H_
|
||
|
#define _LIGHTTPD_URL_PARSER_H_
|
||
|
|
||
15 years ago
|
#include <lighttpd/base.h>
|
||
15 years ago
|
|
||
|
LI_API gboolean parse_raw_url(request_uri *uri);
|
||
15 years ago
|
LI_API gboolean parse_hostname(request_uri *uri);
|
||
15 years ago
|
|
||
|
#endif
|