diff options
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-file.h')
-rw-r--r-- | contrib/package/uhttpd/src/uhttpd-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-file.h b/contrib/package/uhttpd/src/uhttpd-file.h index 3dce525e7d..623820c091 100644 --- a/contrib/package/uhttpd/src/uhttpd-file.h +++ b/contrib/package/uhttpd/src/uhttpd-file.h @@ -32,7 +32,7 @@ struct mimetype { }; void uh_file_request( - struct client *cl, struct http_request *req, struct uh_path_info *pi + struct client *cl, struct http_request *req, struct path_info *pi ); #endif |