merge from gcc
[deliverable/binutils-gdb.git] / include / libiberty.h
index c9f480aaf6955def94cbe97fe625a06cbbfe6d76..4df814092c539aba67b2bd731fcff272c07c808d 100644 (file)
@@ -163,6 +163,10 @@ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC;
 
 extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC;
 
+/* Remove a link to a file unless it is special. */
+
+extern int unlink_if_ordinary PARAMS((const char *));
+
 /* Allocate memory filled with spaces.  Allocates using malloc.  */
 
 extern const char *spaces PARAMS ((int count));
This page took 0.02817 seconds and 4 git commands to generate.