浏览代码

core: typedef'ed struct sip_uri to sip_uri_t

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
d354265484
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);