summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index ba3f6a4fe0..4561ec3cdc 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -132,6 +132,7 @@ typedef struct stream_info_st {
const char **protocols;
int priv_size;
const void *priv_defaults;
+ void *(*get_defaults)(struct stream *st);
const struct m_option *options;
const char **url_options;
bool stream_filter;