merge from gcc
[deliverable/binutils-gdb.git] / include / libiberty.h
index 7a58b711c37df383e3a6bf6b5f91b09bd40f49dc..4e697343fb6f9095f41e9d4da1d343b4c6342c26 100644 (file)
@@ -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
This page took 0.023957 seconds and 4 git commands to generate.