aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:46:19 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:46:19 +0000
commita275e1a1e95f1013d8d7a5be1aad0c3f74698c40 (patch)
treeca78520213c763b46b47fdf70de3b4289d1e0d6a /include/asterisk/app.h
parentf6c4d940a9dc20cef8f37b5250d793168e9adfd1 (diff)
fix missing proto's missing semi colon
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4592 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/app.h')
-rwxr-xr-xinclude/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index cd01878b1..806b87c7d 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -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)
}