diff options
Diffstat (limited to 'gcc/prefix.h')
-rw-r--r-- | gcc/prefix.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/prefix.h b/gcc/prefix.h new file mode 100644 index 00000000000..96dd122896a --- /dev/null +++ b/gcc/prefix.h @@ -0,0 +1,9 @@ +/* Provide prototypes for functions exported from prefix.c. */ + +#ifndef __GCC_PREFIX_H__ +#define __GCC_PREFIX_H__ + +extern const char *update_path PARAMS ((const char *, const char *)); +extern void set_std_prefix PARAMS ((const char *, int)); + +#endif /* ! __GCC_PREFIX_H__ */ |