summaryrefslogtreecommitdiff
path: root/include/asterisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk.h')
-rw-r--r--include/asterisk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index ab2a3ddef..e509fbc39 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -288,4 +288,11 @@ struct ast_module *AST_MODULE_SELF_SYM(void);
#endif
+/*!
+ * \brief Retrieve the PBX UUID
+ * \param pbx_uuid A buffer of at least AST_UUID_STR_LEN (36 + 1) size to receive the UUID
+ * \param length The buffer length
+ */
+int ast_pbx_uuid_get(char *pbx_uuid, int length);
+
#endif /* _ASTERISK_H */