summaryrefslogtreecommitdiffstats
path: root/lib/nghttp2_submit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nghttp2_submit.h')
-rw-r--r--lib/nghttp2_submit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/nghttp2_submit.h b/lib/nghttp2_submit.h
index 74d702f..96781d2 100644
--- a/lib/nghttp2_submit.h
+++ b/lib/nghttp2_submit.h
@@ -31,4 +31,10 @@
#include <nghttp2/nghttp2.h>
+typedef struct nghttp2_data_provider_wrap nghttp2_data_provider_wrap;
+
+int nghttp2_submit_data_shared(nghttp2_session *session, uint8_t flags,
+ int32_t stream_id,
+ const nghttp2_data_provider_wrap *dpw);
+
#endif /* NGHTTP2_SUBMIT_H */