diff options
author | DJ Delorie <dj@redhat.com> | 2007-05-08 01:29:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-05-08 01:29:28 +0000 |
commit | eb4b7204c294c661e36d628cb059648083c965c9 (patch) | |
tree | 744e33fc6086b2ced4f298c902b560d59a3c8f4a /include/libiberty.h | |
parent | 993e75f6770549cde57245e9a1caad39e2ab3c5a (diff) | |
download | cygnal-eb4b7204c294c661e36d628cb059648083c965c9.tar.gz cygnal-eb4b7204c294c661e36d628cb059648083c965c9.tar.bz2 cygnal-eb4b7204c294c661e36d628cb059648083c965c9.zip |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 7a58b711c..4e697343f 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 |