Skip to content

Commit 4d1e577

Browse files
committed
rtpengine: remove redundant declaration of start_recording_f
1 parent 632b46a commit 4d1e577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/rtpengine/rtpengine.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ static const str stat_maps[] = {
275275

276276
static char *gencookie();
277277
static int rtpe_test(struct rtpe_node*, int, int);
278-
static int start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
279278
static int stop_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
280279
static int pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);
281280
static int start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar);

0 commit comments

Comments
 (0)