소스 검색

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) */
 	char md5[0]; /* if syn_branch==0 then MD5_LEN bytes are extra alloc'ed*/
 
-}cell_type;
+} tm_cell_t;
 
 
 #if 0