浏览代码

core: typedefed avp search state structure

Daniel-Constantin Mierla 13 年之前
父节点
当前提交
b5af0f6622
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      usr_avp.h

+ 2 - 2
usr_avp.h

@@ -115,13 +115,13 @@ typedef struct avp_ident {
 /*
  * AVP search state
  */
-struct search_state {
+typedef struct search_state {
 	avp_flags_t flags;  /* Type of search and additional flags */
 	avp_id_t id;
 	avp_name_t name;
 	avp_t* avp;            /* Current AVP */
 //	regex_t* search_re;    /* Compiled regular expression */
-};
+} avp_search_state_t;
 
 /* avp aliases structs*/
 typedef struct avp_spec {