fix: merging all the code
This commit is contained in:
parent
2e9e98d343
commit
1eecb1bd42
12 changed files with 86 additions and 61 deletions
|
|
@ -30,6 +30,6 @@ struct ast *ast_create_command(struct list *command);
|
|||
/*
|
||||
* @brief: frees the given ast_command and sets the pointer to NULL.
|
||||
*/
|
||||
void ast_free_command(struct ast_command **command_data);
|
||||
void ast_free_command(struct ast_command *command_data);
|
||||
|
||||
#endif /* ! AST_COMMAND_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue