* python/python-internal.h (gdbpy_get_hook_function): Don't

declare.
This commit is contained in:
Tom Tromey 2010-08-13 20:50:47 +00:00
parent 56d4289c6c
commit 4eb5405278
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-08-13 Tom Tromey <tromey@redhat.com>
* python/python-internal.h (gdbpy_get_hook_function): Don't
declare.
2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com> 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* cli-logging.c (logging_overwrite, logging_redirect): Make them * cli-logging.c (logging_overwrite, logging_redirect): Make them

View file

@ -112,7 +112,6 @@ PyObject *gdbpy_create_lazy_string_object (CORE_ADDR address, long length,
PyObject *gdbpy_inferiors (PyObject *unused, PyObject *unused2); PyObject *gdbpy_inferiors (PyObject *unused, PyObject *unused2);
PyObject *gdbpy_selected_thread (PyObject *self, PyObject *args); PyObject *gdbpy_selected_thread (PyObject *self, PyObject *args);
PyObject *gdbpy_string_to_argv (PyObject *self, PyObject *args); PyObject *gdbpy_string_to_argv (PyObject *self, PyObject *args);
PyObject *gdbpy_get_hook_function (const char *);
PyObject *gdbpy_parameter (PyObject *self, PyObject *args); PyObject *gdbpy_parameter (PyObject *self, PyObject *args);
PyObject *gdbpy_parameter_value (enum var_types type, void *var); PyObject *gdbpy_parameter_value (enum var_types type, void *var);
char *gdbpy_parse_command_name (char *text, char *gdbpy_parse_command_name (char *text,