* linux-nat.c (enum sigchld_state): Delete.
[deliverable/binutils-gdb.git] / gdb / source.c
index 43df92ff83b8a930cec193430908b8e7fadee3e0..50f3510f130c4157012580c25e8d5f3cce3e3b74 100644 (file)
@@ -1746,7 +1746,7 @@ find_substitute_path_rule (const char *from)
 /* Add a new substitute-path rule at the end of the current list of rules.
    The new rule will replace FROM into TO.  */
 
-static void
+void
 add_substitute_path_rule (char *from, char *to)
 {
   struct substitute_path_rule *rule;
This page took 0.03206 seconds and 4 git commands to generate.