Make "thread apply" use the gdb::option framework
[deliverable/binutils-gdb.git] / gdb / auto-load.h
index d241946cce525a5d05d54fb1829892786ccd9cd0..5d5903e11981fe5c5dc8d2a835e85ca35157101a 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB routines for supporting auto-loaded scripts.
 
-   Copyright (C) 2012-2015 Free Software Foundation, Inc.
+   Copyright (C) 2012-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -37,7 +37,7 @@ extern void auto_load_objfile_script (struct objfile *objfile,
                                      const struct extension_language_defn *);
 extern void load_auto_scripts_for_objfile (struct objfile *objfile);
 extern char auto_load_info_scripts_pattern_nl[];
-extern void auto_load_info_scripts (char *pattern, int from_tty,
+extern void auto_load_info_scripts (const char *pattern, int from_tty,
                                    const struct extension_language_defn *);
 
 extern struct cmd_list_element **auto_load_set_cmdlist_get (void);
This page took 0.03274 seconds and 4 git commands to generate.