소스 검색

tm: restrict callid_suffix and callid_prefix visibility to module, not used outside

Henning Westerholt 14 년 전
부모
커밋
9e2fc89369
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      modules/tm/callid.c

+ 2 - 2
modules/tm/callid.c

@@ -61,8 +61,8 @@
 static unsigned long callid_nr;
 static char callid_buf[CALLID_NR_LEN + CALLID_SUFFIX_LEN];
 
-str callid_prefix;
-str callid_suffix;
+static str callid_prefix;
+static str callid_suffix;
 
 
 /**