Replace CONST with const
[deliverable/binutils-gdb.git] / include / libiberty.h
index 315d3106c4b52b19eed34a9773e32ef18241db01..9501365c6ee46d7d84f6c68eaafe78590820c4e8 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
 /* Build an argument vector from a string.  Allocates memory using
    malloc.  Use freeargv to free the vector.  */
 
-extern char **buildargv PARAMS ((char *)) ATTRIBUTE_MALLOC;
+extern char **buildargv PARAMS ((const char *)) ATTRIBUTE_MALLOC;
 
 /* Free a vector returned by buildargv.  */
 
This page took 0.022695 seconds and 4 git commands to generate.