Skip to content

Commit

Permalink
Merge pull request freeswitch#23 from bkuhls/fix_soa_tag
Browse files Browse the repository at this point in the history
soa_tag.h: reintroduce soatag_local_sdp_str_ref
  • Loading branch information
andywolk authored Aug 31, 2020
2 parents d10a3d2 + 3e7ca3b commit f6f29b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsofia-sip-ua/soa/sofia-sip/soa_tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ SOFIAPUBVAR tag_typedef_t soatag_local_sdp_ref;
SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str;
#define SOATAG_LOCAL_SDP_STR_REF(x) \
soatag_local_sdp_str_ref, tag_str_vr(&(x))
SOFIAPUBVAR tag_typedef_t soatag_session_sdp_str_ref;
SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str_ref;

#define SOATAG_AF(x) soatag_af, tag_int_v((x))
SOFIAPUBVAR tag_typedef_t soatag_af;
Expand Down

0 comments on commit f6f29b4

Please sign in to comment.