aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
commite1bdf6e7ef8f759080b2b2bdd99b623db24ce138 (patch)
treed425a23754dcbd13f4d2dcb527fadd5aabe56d99 /include/asterisk/rtp.h
parentbddd8bab575774511245de47fd7c07e6b06d976f (diff)
Bug 4377 - Initial round of loader changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10084 f38db490-d61c-443f-a65b-d21fe96a405b
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)
}