ummm... might be good if this macro argument was actually used :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Kevin P. Fleming 19 years ago
parent 8b7dc8e93e
commit 4668cb2d54

@ -298,7 +298,7 @@ int ast_app_group_list_unlock(void);
of the structure. That must be done separately.
*/
#define AST_DEFINE_APP_ARGS_TYPE(type, arglist) \
struct { \
struct type { \
unsigned int argc; \
char *argv[0]; \
arglist \

Loading…
Cancel
Save