summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-12-29 18:43:38 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-12-29 18:43:38 +0000
commitf3e9793826a879b14c1079fbce47e44bb40aab2f (patch)
tree61c48377dce222cc23a2784fddb34a6987501554 /include/asterisk
parent8aff4b2d9528be05c9788cb9dbab521340e0893c (diff)
fix missing proto
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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