aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/ael_structs.h
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-20 20:10:19 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-20 20:10:19 +0000
commita5df6622bcaace28f113129a214d4d102af374de (patch)
tree1cc8fd8f8e629efb3ac99e3d7a2e2618f36092b4 /include/asterisk/ael_structs.h
parentb3e46a45e6ec5d3f872a9fedf0aa7126b0eb7022 (diff)
This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70461 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/ael_structs.h')
-rw-r--r--include/asterisk/ael_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/ael_structs.h b/include/asterisk/ael_structs.h
index 74b2c760a..e220dd24f 100644
--- a/include/asterisk/ael_structs.h
+++ b/include/asterisk/ael_structs.h
@@ -75,6 +75,7 @@ typedef enum {
PV_EXTENSION, /* 25 */
PV_IGNOREPAT, /* 26 */
PV_GLOBALS, /* 27 */
+ PV_LOCALVARDEC, /* you know, local var=val; */ /* 28 */
} pvaltype;