summaryrefslogtreecommitdiff
path: root/include/asterisk/ast_version.h
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-10-30 23:57:58 -0400
committerCorey Farrell <git@cfware.com>2015-11-04 09:24:00 -0500
commitd098d00424a3c7ae2c2b2b26ce31d0889c506478 (patch)
tree85081e79fa5ce067d162b05878ff3a5172e9ef8c /include/asterisk/ast_version.h
parentafec1b1b6497c2b81c0ef468861933b6ba277562 (diff)
Fix cli display of build options.
A previous commit reduced the AST_BUILDOPTS compiler define to only include options that affected ABI. This included some options that were previously displayed by cli "core show settings". This change corrects the CLI display while still restricting buildopts.h to ABI effecting options only. ASTERISK-25434 #close Reported by: Rusty Newton Change-Id: Id07af6bedd1d7d325878023e403fbd9d3607e325
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 */