MT#61368 annotate call_get with nonnull

Change-Id: I6b23305bb8dfbbcd73e97b2a1bd5feca67c2a02c
pull/1897/head
Richard Fuchs 12 months ago
parent c5199f1c92
commit d3bb9133d7

@ -830,6 +830,7 @@ int call_get_mono_dialogue(struct call_monologue *monologues[2], call_t *call,
sdp_ng_flags *);
struct call_monologue *call_get_monologue(call_t *call, const str *fromtag);
struct call_monologue *call_get_or_create_monologue(call_t *call, const str *fromtag);
__attribute__((nonnull(1)))
call_t *call_get(const str *callid);
__attribute__((nonnull(2, 3)))
int monologue_offer_answer(struct call_monologue *monologues[2], sdp_streams_q *streams, sdp_ng_flags *flags);

Loading…
Cancel
Save