Skip to content

Commit

Permalink
stream: make stream_debug public
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Jan 31, 2020
1 parent 54fc333 commit 923d624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/baresip.h
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ void stream_set_session_handlers(struct stream *strm,
stream_rtcp_h *rtcph,
stream_error_h *errorh, void *arg);
const char *stream_name(const struct stream *strm);
int stream_debug(struct re_printf *pf, const struct stream *s);


/*
Expand Down
1 change: 0 additions & 1 deletion src/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ void stream_set_srate(struct stream *s, uint32_t srate_tx, uint32_t srate_rx);
void stream_send_fir(struct stream *s, bool pli);
void stream_reset(struct stream *s);
void stream_set_bw(struct stream *s, uint32_t bps);
int stream_debug(struct re_printf *pf, const struct stream *s);
int stream_print(struct re_printf *pf, const struct stream *s);
void stream_enable_rtp_timeout(struct stream *strm, uint32_t timeout_ms);
int stream_jbuf_reset(struct stream *strm,
Expand Down

0 comments on commit 923d624

Please sign in to comment.