Add insert_filter() function

This commit is contained in:
Michael Brown
2007-01-31 03:04:56 +00:00
parent a008f9e85b
commit e38e516463
2 changed files with 27 additions and 0 deletions

View File

@@ -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 */