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
commitba0a53ead2b66562cd4ad410bc27542ccf92af7d (patch)
tree54f699a2789c4b9f02500df5eca403588aa50f92 /include/libiberty.h
parent9e209ec7fd12f06f476a53a75298eaa1425d2754 (diff)
downloadgdb-ba0a53ead2b66562cd4ad410bc27542ccf92af7d.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 6fb5e19ccd5..c264cb2ab0e 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