diff options
Diffstat (limited to 'gold/plugin.h')
-rw-r--r-- | gold/plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/plugin.h b/gold/plugin.h index c26414df72..87747bf208 100644 --- a/gold/plugin.h +++ b/gold/plugin.h @@ -245,6 +245,9 @@ class Plugin_manager ld_plugin_status get_input_file(unsigned int handle, struct ld_plugin_input_file* file); + ld_plugin_status + get_view(unsigned int handle, const void **viewp); + // Release an input file. ld_plugin_status release_input_file(unsigned int handle); |