فهرست منبع

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)