diff options
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r-- | gdb/python/python-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 328e5d8..22e6b41 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -289,8 +289,8 @@ extern const struct language_defn *python_language; void gdbpy_print_stack (void); -void source_python_script_for_objfile (struct objfile *objfile, - const char *file); +void source_python_script_for_objfile (struct objfile *objfile, FILE *file, + const char *filename); PyObject *python_string_to_unicode (PyObject *obj); char *unicode_to_target_string (PyObject *unicode_str); |