summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 04:04:56 +0100
committerMichael Brown2007-01-31 04:04:56 +0100
commite38e516463cf1e551cca6394bc5cb6cc90821105 (patch)
treebcb8ca301f88eeaa871bfc0c1c72ed6b246e59a1 /src/include
parentAdd null crypto algorithm (diff)
downloadipxe-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.h3
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 */