Browse Source

MT#61368 annotate call_get with nonnull

Change-Id: I6b23305bb8dfbbcd73e97b2a1bd5feca67c2a02c
pull/1897/head
Richard Fuchs 1 year ago
parent
commit
d3bb9133d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/call.h

+ 1
- 0
include/call.h View File

@ -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