diff options
| author | Michael Brown | 2007-01-31 04:04:56 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-31 04:04:56 +0100 |
| commit | e38e516463cf1e551cca6394bc5cb6cc90821105 (patch) | |
| tree | bcb8ca301f88eeaa871bfc0c1c72ed6b246e59a1 /src/include | |
| parent | Add null crypto algorithm (diff) | |
| download | ipxe-e38e516463cf1e551cca6394bc5cb6cc90821105.tar.gz ipxe-e38e516463cf1e551cca6394bc5cb6cc90821105.tar.xz ipxe-e38e516463cf1e551cca6394bc5cb6cc90821105.zip | |
Add insert_filter() function
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/filter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/filter.h b/src/include/gpxe/filter.h index 585bbe15d..96c39e0de 100644 --- a/src/include/gpxe/filter.h +++ b/src/include/gpxe/filter.h @@ -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 */ |
