* python/python-internal.h (gdbpy_get_hook_function): Don't
authorTom Tromey <tromey@redhat.com>
Fri, 13 Aug 2010 20:50:47 +0000 (20:50 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Aug 2010 20:50:47 +0000 (20:50 +0000)
declare.

gdb/ChangeLog
gdb/python/python-internal.h

index dda6e97b9b7ed2753f44a50b561726049252228e..9c2d83f5f51a513faa7840d593995d5d797444f9 100644 (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>
 
        * cli-logging.c (logging_overwrite, logging_redirect): Make them
index 2b8d3012c66777ae575d5b307c3bc29f8237ed5e..c5d1e7335d012c1af7a829bc8e828b4c022efcbc 100644 (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_selected_thread (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_value (enum var_types type, void *var);
 char *gdbpy_parse_command_name (char *text,