QUIC: Implement SSL_has_pending
[openssl.git] / include / internal / quic_demux.h
index 1e5a85f9d740bfe1a96b049518a44a3aa06fbc7a..d439fa67be214fec388e71827d22aa1dc6a46aeb 100644 (file)
@@ -333,6 +333,11 @@ int ossl_quic_demux_inject(QUIC_DEMUX *demux,
                            const BIO_ADDR *peer,
                            const BIO_ADDR *local);
 
+/*
+ * Returns 1 if there are any pending URXEs.
+ */
+int ossl_quic_demux_has_pending(const QUIC_DEMUX *demux);
+
 # endif
 
 #endif