From 0c18fee5b37f838c89b45c757deadfa81574e352 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 8 May 2007 01:29:33 +0000 Subject: merge from gcc --- include/libiberty.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index 7a58b71..4e69734 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 -- cgit v1.1