mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
pull out some unused code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15233 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -149,8 +149,7 @@ typedef struct sip_alias_node sip_alias_node_t;
|
||||
|
||||
typedef enum {
|
||||
MFLAG_REFER = (1 << 0),
|
||||
MFLAG_REGISTER = (1 << 1),
|
||||
MFLAG_UPDATE = (1 << 2)
|
||||
MFLAG_REGISTER = (1 << 1)
|
||||
} MFLAGS;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user