Browse Source

core: typedef'ed struct sip_uri to sip_uri_t

Daniel-Constantin Mierla 14 years ago
parent
commit
d354265484
1 changed files with 2 additions and 0 deletions
  1. 2 0
      parser/msg_parser.h

+ 2 - 0
parser/msg_parser.h

@@ -232,6 +232,8 @@ struct sip_uri {
 #endif
 };
 
+typedef struct sip_uri sip_uri_t;
+
 struct msg_body;
 
 typedef void (*free_msg_body_f)(struct msg_body** ptr);