浏览代码

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;
 
 
 /**