diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index c576d187329..724671b5e6e 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.327 2025/12/02 13:03:35 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.328 2025/12/04 22:55:17 jsg Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker and @@ -611,7 +611,6 @@ void path_unref(struct rde_aspath *); int path_equal(const struct rde_aspath *, const struct rde_aspath *); struct rde_aspath *path_getcache(struct rde_aspath *); -struct rde_aspath *path_lookup(struct rde_aspath *); struct rde_aspath *path_copy(struct rde_aspath *, const struct rde_aspath *); struct rde_aspath *path_prep(struct rde_aspath *); struct rde_aspath *path_get(void); diff --git a/usr.sbin/btrace/btrace.h b/usr.sbin/btrace/btrace.h index 98e7d7d18df..32bac9c11c2 100644 --- a/usr.sbin/btrace/btrace.h +++ b/usr.sbin/btrace/btrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: btrace.h,v 1.16 2025/09/22 07:49:43 sashan Exp $ */ +/* $OpenBSD: btrace.h,v 1.17 2025/12/04 22:55:17 jsg Exp $ */ /* * Copyright (c) 2019 - 2020 Martin Pieuchot @@ -35,12 +35,10 @@ const char * ba_name(struct bt_arg *); long ba2long(struct bt_arg *, struct dt_evt *); const char *ba2str(struct bt_arg *, struct dt_evt *); long bacmp(struct bt_arg *, struct bt_arg *); -unsigned long dt_get_offset(pid_t); /* ksyms.c */ struct syms; struct syms *kelf_open_kernel(const char *); -struct syms *kelf_load_syms(void *, struct syms *); void kelf_close(struct syms *); int kelf_snprintsym_proc(int, pid_t, char *, size_t, unsigned long);