summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/http.h')
-rw-r--r--src/include/ipxe/http.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/ipxe/http.h b/src/include/ipxe/http.h
index 0893c9537..117f174af 100644
--- a/src/include/ipxe/http.h
+++ b/src/include/ipxe/http.h
@@ -45,11 +45,9 @@ struct http_scheme {
*
* @v xfer Data transfer interface
* @v name Host name
- * @v next Next interface
* @ret rc Return status code
*/
- int ( * filter ) ( struct interface *xfer, const char *name,
- struct interface **next );
+ int ( * filter ) ( struct interface *xfer, const char *name );
};
/** HTTP scheme table */