mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user