mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add insert_filter() function
This commit is contained in:
@@ -41,4 +41,7 @@ extern int filter_send ( struct stream_connection *conn,
|
||||
void *data, size_t len );
|
||||
extern int filter_kick ( struct stream_connection *conn );
|
||||
|
||||
extern int insert_filter ( struct stream_application *app,
|
||||
struct filter_stream *filter );
|
||||
|
||||
#endif /* _GPXE_FILTER_H */
|
||||
|
||||
Reference in New Issue
Block a user