From: Anthony Minessale II Date: Wed, 29 Dec 2004 18:43:38 +0000 (+0000) Subject: fix missing proto X-Git-Tag: 1.2.0-beta1~1546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3e9793826a879b14c1079fbce47e44bb40aab2f;p=thirdparty%2Fasterisk.git fix missing proto git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4591 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/app.h b/include/asterisk/app.h index dc77489f29..cd01878b1c 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