aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/opts.h')
-rw-r--r--gcc/opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.h b/gcc/opts.h
index b6f1572..bed419e 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -71,7 +71,7 @@ extern const char **in_fnames;
extern unsigned num_in_fnames;
extern void decode_options (unsigned int argc, const char **argv);
-extern int option_enabled (const struct cl_option *);
+extern int option_enabled (int opt_idx);
extern void print_filtered_help (unsigned int);
#endif