Skip to content

Commit

Permalink
Export rtpp_weakref methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 30, 2024
1 parent 272a31a commit 99f40e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtpp_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 99f40e0

Please sign in to comment.