summaryrefslogtreecommitdiff
path: root/gold/script-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/script-c.h')
-rw-r--r--gold/script-c.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/script-c.h b/gold/script-c.h
index cb0ef8ec69d..1214800dd0a 100644
--- a/gold/script-c.h
+++ b/gold/script-c.h
@@ -66,6 +66,10 @@ script_start_as_needed(void* closure);
extern void
script_end_as_needed(void* closure);
+/* Called by the bison parser to parse an OPTION. */
+extern void
+script_parse_option(void* closure, const char*);
+
#ifdef __cplusplus
}
#endif