* ldemul.h: Forward declare struct option.
This commit is contained in:
parent
b617dc20de
commit
cb9faf63f8
@ -1,3 +1,7 @@
|
||||
2004-12-07 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* ldemul.h: Forward declare struct option.
|
||||
|
||||
2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* scripttempl/pe.sc (.data): Add .jcr subsection.
|
||||
|
@ -17,6 +17,9 @@
|
||||
#ifndef LDEMUL_H
|
||||
#define LDEMUL_H
|
||||
|
||||
/* Forward declaration for ldemul_add_options() and others. */
|
||||
struct option;
|
||||
|
||||
extern void ldemul_hll
|
||||
(char *);
|
||||
extern void ldemul_syslib
|
||||
|
Loading…
x
Reference in New Issue
Block a user