summaryrefslogtreecommitdiff
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index d35be0ce4..c64f76684 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -160,7 +160,7 @@ void ast_rtp_stop(struct ast_rtp *rtp);
void ast_rtp_init(void);
-void ast_rtp_reload(void);
+int ast_rtp_reload(void);
#if defined(__cplusplus) || defined(c_plusplus)
}