projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7dc8e
)
ummm... might be good if this macro argument was actually used :-)
author
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 24 Jan 2008 22:36:19 +0000
(22:36 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 24 Jan 2008 22:36:19 +0000
(22:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100306
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/app.h
patch
|
blob
|
history
diff --git
a/include/asterisk/app.h
b/include/asterisk/app.h
index
4270115
..
6d9aaa7
100644
(file)
--- a/
include/asterisk/app.h
+++ b/
include/asterisk/app.h
@@
-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 \