projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e9793
)
fix missing proto's missing semi colon
author
Anthony Minessale II
<anthmct@yahoo.com>
Wed, 29 Dec 2004 18:46:19 +0000
(18:46 +0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Wed, 29 Dec 2004 18:46:19 +0000
(18:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4592
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/app.h
patch
|
blob
|
history
diff --git
a/include/asterisk/app.h
b/include/asterisk/app.h
index
cd01878
..
806b87c
100755
(executable)
--- 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)
}