summaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-11-22 21:02:14 +0000
committerDJ Delorie <dj@delorie.com>2002-11-22 21:02:14 +0000
commit85819b000eefc411fd66b283b873d3e4fa04384a (patch)
tree36f9364da21fb35a5412fe16bcc69730a25ee1f6 /include/libiberty.h
parentcefd1c84971d2bd969b18d10cc7370c48159b86d (diff)
downloadbinutils-redhat-85819b000eefc411fd66b283b873d3e4fa04384a.tar.gz
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 983fd96e5a..c02e035e3a 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;