Browse Source

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

Henning Westerholt 14 years ago
parent
commit
9e2fc89369
1 changed files with 2 additions and 2 deletions
  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;
 
 
 /**