Skip to content
Snippets Groups Projects
Commit 0a06d397 authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "CEL: Remove header declarations of non-existant functions."

parents 7898aad0 4e5cc70f
No related branches found
No related tags found
No related merge requests found
......@@ -87,29 +87,6 @@ enum ast_cel_event_type {
*/
unsigned int ast_cel_check_enabled(void);
/*!
* \brief Allocate a CEL record
*
* \since 1.8
*
* \note The CEL record must be destroyed with ast_cel_destroy().
*
* \retval non-NULL an allocated ast_cel structure
* \retval NULL error
*/
struct ast_cel *ast_cel_alloc(void);
/*!
* \brief Destroy a CEL record.
*
* \param cel the record to destroy
*
* \since 1.8
*
* \return nothing.
*/
void ast_cel_destroy(struct ast_cel *cel);
/*!
* \brief Get the name of a CEL event type
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment