aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index 1258f03df..b630375fc 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -78,4 +78,11 @@ void ast_process_pending_reloads(void);
*/
int ast_xmldoc_load_documentation(void);
+/*!
+ * \brief Reload genericplc configuration value from codecs.conf
+ *
+ * Implementation is in main/channel.c
+ */
+int ast_plc_reload(void);
+
#endif /* _ASTERISK__PRIVATE_H */