summaryrefslogtreecommitdiff
path: root/gcc/prefix.h
blob: 96dd122896afab5c61ee368e05c1c81f89730751 (plain)
1
2
3
4
5
6
7
8
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__ */