diff options
author | DJ Delorie <dj@delorie.com> | 2002-11-22 21:02:14 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-11-22 21:02:14 +0000 |
commit | 4cb0f7d331d8f798cb53849b57bbbf995ad725be (patch) | |
tree | 629ac24237eab0730a095f7085ebc06d67042053 /include/libiberty.h | |
parent | f21ff0b508ca6fa7cc66c4ea0df49e38672e1482 (diff) | |
download | gdb-4cb0f7d331d8f798cb53849b57bbbf995ad725be.tar.gz |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 983fd96e5ae..c02e035e3af 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -145,6 +145,12 @@ extern char * getpwd PARAMS ((void)); extern long get_run_time PARAMS ((void)); +/* Generate a relocated path to some installation directory. Allocates + return value using malloc. */ + +extern char *make_relative_prefix PARAMS ((const char *, const char *, + const char *)); + /* Choose a temporary directory to use for scratch files. */ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC; |