diff options
Diffstat (limited to 'gdb/python/py-event.h')
-rw-r--r-- | gdb/python/py-event.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/python/py-event.h b/gdb/python/py-event.h index 388c513..3938368 100644 --- a/gdb/python/py-event.h +++ b/gdb/python/py-event.h @@ -1,6 +1,6 @@ /* Python interface to inferior events. - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PYTHON_PY_EVENT_H -#define PYTHON_PY_EVENT_H +#ifndef GDB_PYTHON_PY_EVENT_H +#define GDB_PYTHON_PY_EVENT_H #include "py-events.h" #include "command.h" @@ -84,7 +84,5 @@ extern void evpy_dealloc (PyObject *self); extern int evpy_add_attribute (PyObject *event, const char *name, PyObject *attr) CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; -int gdbpy_initialize_event_generic (PyTypeObject *type, const char *name) - CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; -#endif /* PYTHON_PY_EVENT_H */ +#endif /* GDB_PYTHON_PY_EVENT_H */ |