aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:43:38 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 18:43:38 +0000
commitf6c4d940a9dc20cef8f37b5250d793168e9adfd1 (patch)
tree61c48377dce222cc23a2784fddb34a6987501554 /include
parent457223b7dc94921e1551e35d0a35ff0225583edf (diff)
fix missing proto
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4591 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index dc77489f2..cd01878b1 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -82,6 +82,9 @@ int ast_app_group_get_count(char *group, char *category);
//! Get the current channel count of all groups that match the specified pattern and 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)
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif