mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
fix missing proto's missing semi colon
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,7 +83,7 @@ int ast_app_group_get_count(char *group, char *category);
|
||||
int ast_app_group_match_get_count(char *groupmatch, char *category);
|
||||
|
||||
//! Create an argc argv type structure for app args
|
||||
int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen)
|
||||
int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen);
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
|
Reference in New Issue
Block a user