From 7aa52b1f6540662befbe35a8dd7ffb6b040d9231 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Mar 2004 11:50:36 +0000 Subject: Honour the PRIVATE keyword --- binutils/dlltool.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'binutils/dlltool.h') diff --git a/binutils/dlltool.h b/binutils/dlltool.h index c2eaea6..f488d96 100644 --- a/binutils/dlltool.h +++ b/binutils/dlltool.h @@ -1,5 +1,5 @@ /* dlltool.h -- header file for dlltool - Copyright 1997, 1998, 2003 Free Software Foundation, Inc. + Copyright 1997, 1998, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -24,7 +24,7 @@ extern void def_code (int); extern void def_data (int); extern void def_description (const char *); -extern void def_exports (const char *, const char *, int, int, int, int); +extern void def_exports (const char *, const char *, int, int, int, int, int); extern void def_heapsize (int, int); extern void def_import (const char *, const char *, const char *, const char *, int); @@ -33,9 +33,10 @@ extern void def_name (const char *, int); extern void def_section (const char *, int); extern void def_stacksize (int, int); extern void def_version (int, int); -extern int yyparse (void); -extern int yyerror (const char *); +extern int yyparse (void); +extern int yyerror (const char *); +extern int yylex (void); + extern int yydebug; -extern int yylex (void); extern FILE *yyin; extern int linenumber; -- cgit v1.1