From 99f40e0bbf14210878bc91ece84dfa1091f70e69 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Fri, 30 Aug 2024 00:44:19 -0700 Subject: [PATCH] Export rtpp_weakref methods. --- src/rtpp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtpp_types.h b/src/rtpp_types.h index db89f1a9f..62a6ab85d 100644 --- a/src/rtpp_types.h +++ b/src/rtpp_types.h @@ -94,7 +94,7 @@ extern const struct rtpp_stream_smethods * const rtpp_stream_smethods RTPP_EXPOR extern const struct rtpp_pcount_smethods * const rtpp_pcount_smethods RTPP_EXPORT; extern const struct rtpp_record_smethods * const rtpp_record_smethods; extern const struct rtpp_hash_table_smethods * const rtpp_hash_table_smethods; -extern const struct rtpp_weakref_smethods * const rtpp_weakref_smethods; +extern const struct rtpp_weakref_smethods * const rtpp_weakref_smethods RTPP_EXPORT; extern const struct rtpp_analyzer_smethods * const rtpp_analyzer_smethods; extern const struct rtpp_pcnt_strm_smethods * const rtpp_pcnt_strm_smethods RTPP_EXPORT; extern const struct rtpp_ttl_smethods * const rtpp_ttl_smethods RTPP_EXPORT;