summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-12-29 18:46:19 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-12-29 18:46:19 +0000
commitc19caed171d077e036e8889e41040dcbfe73a453 (patch)
treeca78520213c763b46b47fdf70de3b4289d1e0d6a /include/asterisk
parentf3e9793826a879b14c1079fbce47e44bb40aab2f (diff)
fix missing proto's missing semi colon
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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)
}