aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/udptl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/udptl.h')
-rw-r--r--include/asterisk/udptl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/udptl.h b/include/asterisk/udptl.h
index 0d9e8d803..4d6b89068 100644
--- a/include/asterisk/udptl.h
+++ b/include/asterisk/udptl.h
@@ -118,6 +118,9 @@ void ast_udptl_stop(struct ast_udptl *udptl);
void ast_udptl_init(void);
+/*!
+ * \version 1.6.1 return changed to int
+ */
int ast_udptl_reload(void);
#if defined(__cplusplus) || defined(c_plusplus)