summaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-26 21:02:59 +0000
committerMark Mitchell <mark@codesourcery.com>2005-09-26 21:02:59 +0000
commit0387ce11761e2bfb674b6e64606ea97b58e7409e (patch)
tree7aa4750302c318fdff80c8de946bac71f58b70c1 /include/libiberty.h
parentaf94200c19a97513081aeddfdebb13e3a774d318 (diff)
downloadbinutils-redhat-0387ce11761e2bfb674b6e64606ea97b58e7409e.tar.gz
* libiberty.h (expandargv): New function.
* argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated.
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 6fb5e19ccd..c264cb2ab0 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -82,6 +82,9 @@ extern void freeargv (char **);
extern char **dupargv (char **) ATTRIBUTE_MALLOC;
+/* Expand "@file" arguments in argv. */
+
+extern void expandargv PARAMS ((int *, char ***));
/* Return the last component of a path name. Note that we can't use a
prototype here because the parameter is declared inconsistently