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:
Anthony Minessale II
2004-12-29 18:46:19 +00:00
parent f3e9793826
commit c19caed171

View File

@@ -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)
}