Commit 378ca31e by Daniel Jacobowitz Committed by Daniel Jacobowitz

* libiberty.h (lrealpath): Add declaration.

From-SVN: r63185
parent 1c2de642
2003-02-20 Daniel Jacobowitz <drow@mvista.com>
* libiberty.h (lrealpath): Add declaration.
2003-01-26 Daniel Jacobowitz <drow@mvista.com>
* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment