summaryrefslogtreecommitdiff
path: root/include/asterisk/ast_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/ast_version.h')
-rw-r--r--include/asterisk/ast_version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/ast_version.h b/include/asterisk/ast_version.h
index 51ff48102..1ceac30fe 100644
--- a/include/asterisk/ast_version.h
+++ b/include/asterisk/ast_version.h
@@ -41,4 +41,7 @@ const char *ast_get_version(void);
*/
const char *ast_get_version_num(void);
+/*! Retreive the Asterisk build options */
+const char *ast_get_build_opts(void);
+
#endif /* __AST_VERSION_H */