Skip to content

Commit

Permalink
rtpengine: remove redundant declaration of start_recording_f
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Nov 21, 2024
1 parent 632b46a commit 4d1e577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/rtpengine/rtpengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ static const str stat_maps[] = {

static char *gencookie();
static int rtpe_test(struct rtpe_node*, int, int);
static int start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
static int stop_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
static int pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
static int start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
Expand Down

0 comments on commit 4d1e577

Please sign in to comment.