Browse Source

core: typedef'ed struct sip_uri to sip_uri_t

Daniel-Constantin Mierla 14 năm trước cách đây
mục cha
commit
d354265484
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);