diff options
author | Anthony Green <green@gcc.gnu.org> | 2002-04-12 14:28:50 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2002-04-12 14:28:50 +0000 |
commit | 9fef1fe3e4efbd44157c8796db3909097fab7e27 (patch) | |
tree | c805c665a66c87dca37b7dfcf03d737017b9baf0 /gcc/java/jcf.h | |
parent | 395cb211416da7def56ca50868c8f1379f99fcda (diff) | |
download | gcc-9fef1fe3e4efbd44157c8796db3909097fab7e27.zip gcc-9fef1fe3e4efbd44157c8796db3909097fab7e27.tar.gz gcc-9fef1fe3e4efbd44157c8796db3909097fab7e27.tar.bz2 |
Add --extdirs support.
From-SVN: r52227
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)); |