summaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2007-05-08 01:29:33 +0000
committerDJ Delorie <dj@delorie.com>2007-05-08 01:29:33 +0000
commitcd25b663c093ba6f5c944e40e53fddced55e8ce2 (patch)
treefb90a60e3e59648b997a0fedd3ba5faee6039293 /include/libiberty.h
parentb023334986f31c5c97a528d61a276c89fdebcdc4 (diff)
downloadgdb-cd25b663c093ba6f5c944e40e53fddced55e8ce2.tar.gz
merge from gcc
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 7a58b711c37..4e697343fb6 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -86,6 +86,10 @@ extern char **dupargv (char **) ATTRIBUTE_MALLOC;
extern void expandargv PARAMS ((int *, char ***));
+/* Write argv to an @-file, inserting necessary quoting. */
+
+extern int writeargv PARAMS ((char **, FILE *));
+
/* Return the last component of a path name. Note that we can't use a
prototype here because the parameter is declared inconsistently
across different systems, sometimes as "char *" and sometimes as