aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-c.h')
-rw-r--r--gcc/go/go-c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/go/go-c.h b/gcc/go/go-c.h
index f5ecbeb..5e65dea 100644
--- a/gcc/go/go-c.h
+++ b/gcc/go/go-c.h
@@ -69,6 +69,8 @@ extern void go_imported_unsafe (void);
extern void go_write_export_data (const char *, unsigned int);
+extern const char *go_read_export_data (int, off_t, char **, size_t *, int *);
+
#if defined(__cplusplus) && !defined(ENABLE_BUILD_WITH_CXX)
} /* End extern "C". */
#endif