summaryrefslogtreecommitdiff
path: root/compiler/aslfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/aslfiles.c')
-rw-r--r--compiler/aslfiles.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/compiler/aslfiles.c b/compiler/aslfiles.c
index 8f498a1b9df7..c9f87f7f1310 100644
--- a/compiler/aslfiles.c
+++ b/compiler/aslfiles.c
@@ -122,12 +122,6 @@
/* Local prototypes */
-static void
-FlOpenFile (
- UINT32 FileId,
- char *Filename,
- char *Mode);
-
FILE *
FlOpenIncludeWithPrefix (
char *PrefixDir,
@@ -212,7 +206,7 @@ FlFileError (
*
******************************************************************************/
-static void
+void
FlOpenFile (
UINT32 FileId,
char *Filename,