diff options
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index 43df92f..50f3510 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -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; |