Declare sigcode and szsigcode.

This commit is contained in:
Olivier Houchard 2004-09-23 22:30:05 +00:00
parent 9f0f6bf453
commit f04d49ad11

View File

@ -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_ */