mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Declare sigcode and szsigcode.
This commit is contained in:
parent
9f0f6bf453
commit
f04d49ad11
1 changed files with 3 additions and 0 deletions
|
|
@ -33,4 +33,7 @@
|
|||
#ifndef _MACHINE_MD_VAR_H_
|
||||
#define _MACHINE_MD_VAR_H_
|
||||
|
||||
extern char sigcode[];
|
||||
extern int szsigcode;
|
||||
|
||||
#endif /* !_MACHINE_MD_VAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue