chiark / gitweb /
${PATH_INFO} rejection message now links to (hopefuly!) the right
[disorder] / lib / url.h
index 3331456912294af9bc39299066bd06d06c7e787b..3546e77d37eabeb7b52318e77046716c85782b49 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -68,7 +68,7 @@ struct url {
   char *query;
 };
 
-char *infer_url(void);
+char *infer_url(int include_path_info);
 int parse_url(const char *url, struct url *parsed);
 
 #endif /* URL_H */