summaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-02-20 22:13:09 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-02-20 22:13:09 +0000
commite874e5b08ca8ba5af2bafc0a55b78393039f7f57 (patch)
treed4c17d5c7629bd2c524d1f53b5ff98ed6f0290e2 /include/libiberty.h
parent38e53da7ab3d2404edbecb5585f2fe0025d37934 (diff)
downloadgdb-e874e5b08ca8ba5af2bafc0a55b78393039f7f57.tar.gz
* libiberty.h (lrealpath): Add declaration.
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index f9916c58c73..0419eb1aa43 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -85,6 +85,10 @@ extern char *basename ();
extern const char *lbasename PARAMS ((const char *));
+/* A well-defined realpath () that is always compiled in. */
+
+extern char *lrealpath PARAMS ((const char *));
+
/* Concatenate an arbitrary number of strings. You must pass NULL as
the last argument of this function, to terminate the list of
strings. Allocates memory using xmalloc. */