diff options
Diffstat (limited to 'gcc/java/jcf.h')
-rw-r--r-- | gcc/java/jcf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h index ea09639..c683e2b 100644 --- a/gcc/java/jcf.h +++ b/gcc/java/jcf.h @@ -273,6 +273,7 @@ extern void jcf_dependency_print_dummies PARAMS ((void)); extern void jcf_path_init PARAMS ((void)); extern void jcf_path_classpath_arg PARAMS ((const char *)); extern void jcf_path_bootclasspath_arg PARAMS ((const char *)); +extern void jcf_path_extdirs_arg PARAMS ((const char *)); extern void jcf_path_include_arg PARAMS ((const char *)); extern void jcf_path_seal PARAMS ((int)); extern void *jcf_path_start PARAMS ((void)); |