sdp_bandwidth_t
sdp_add_bandwidth(sdp_bandwidth_t **bw, const char *type, uint64_t value)
sdp_bandwidth_t *new_bw;
sdp_bandwidth_t *tmp;
new_bw = calloc(1, sizeof (sdp_bandwidth_t));
sdp_bandwidth_t *bw;
sdp_bandwidth_t *bw;
sdp_bandwidth_t *bw;
sdp_bandwidth_t *m_bw;
sdp_bandwidth_t *s_bw;
extern int sdp_add_bandwidth(sdp_bandwidth_t **, const char *,
sdp_parse_bandwidth(sdp_bandwidth_t **bw, const char *begin, const char *end,
sdp_bandwidth_t *new_bw = NULL;
sdp_bandwidth_t *tmp = NULL;
new_bw = calloc(1, sizeof (sdp_bandwidth_t));
extern void sdp_free_bandwidth(sdp_bandwidth_t *);
sdp_free_bandwidth(sdp_bandwidth_t *bw)
sdp_bandwidth_t *next_bw;