浏览代码

tm: renamed typedef cell_type to tm_cell_t

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
c4c3773622
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/h_table.h

+ 1 - 1
modules/tm/h_table.h

@@ -406,7 +406,7 @@ typedef struct cell
 	/* place holder for MD5checksum  (meaningful only if syn_branch=0) */
 	/* place holder for MD5checksum  (meaningful only if syn_branch=0) */
 	char md5[0]; /* if syn_branch==0 then MD5_LEN bytes are extra alloc'ed*/
 	char md5[0]; /* if syn_branch==0 then MD5_LEN bytes are extra alloc'ed*/
 
 
-}cell_type;
+} tm_cell_t;
 
 
 
 
 #if 0
 #if 0