~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to rvalue.h

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        RVE_MATCH_OP,  /**< 2 members, string ~),  returns left matches re(right) */
88
88
        /* avp, pvars a.s.o */
89
89
        RVE_DEFINED_OP, /**< one member, returns is_defined(val) (bool) */
 
90
        RVE_NOTDEFINED_OP, /**< one member, returns is_not_defined(val) (bool) */
90
91
        RVE_INT_OP,   /**< one member, returns (int)val  (int) */
91
92
        RVE_STR_OP    /**< one member, returns (str)val  (str) */
92
93
};