aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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