소스 검색

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)