Преглед изворни кода

Variable is_vspecific should not be declared as extern.

AdrianSimionov пре 9 година
родитељ
комит
8be3cf6d3e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/docsis_decode.c

+ 1 - 1
src/docsis_decode.c

@@ -37,7 +37,7 @@
 #include "docsis_snmp.h"
 #include "ethermac.h"
 
-extern unsigned int is_vspecific = FALSE;
+unsigned int is_vspecific = FALSE;
 
 struct symbol_entry *
 find_symbol_by_code_and_pid (unsigned char code, unsigned int pid)