Module: sip-router Branch: master Commit: c68ba021f6b7924a703129127a58b1289aeafa9b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c68ba021...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Jun 26 11:26:48 2011 +0200
core: typedef'ed struct action to cfg_action_t
---
route_struct.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/route_struct.h b/route_struct.h index 985f863..08a576c 100644 --- a/route_struct.h +++ b/route_struct.h @@ -206,6 +206,8 @@ struct action{ action_u_t val[MAX_ACTIONS]; };
+typedef struct action cfg_action_t; + struct expr* mk_exp(int op, struct expr* left, struct expr* right); struct expr* mk_elem(int op, expr_l_type ltype, void* lparam, expr_r_type rtype, void* rparam);