diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-23 23:47:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-23 23:47:17 +0000 |
commit | 66ea6638d455e409ab4fb26e3215a50b2e4a2a78 (patch) | |
tree | b2fc5a5738336c96b3e80704783a327167103b8d /usr.bin/ssh | |
parent | a03c339d0f4a1bb21b1db944996201575067c353 (diff) |
remove unused struct fwd_perm_list, no decl with complete type
ok djm@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/channels.h | 3 | ||||
-rw-r--r-- | usr.bin/ssh/servconf.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h index 35e1eb61f52..de18de246be 100644 --- a/usr.bin/ssh/channels.h +++ b/usr.bin/ssh/channels.h @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.155 2024/05/17 06:42:04 jsg Exp $ */ +/* $OpenBSD: channels.h,v 1.156 2024/05/23 23:47:16 jsg Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -85,7 +85,6 @@ struct ssh; struct Channel; typedef struct Channel Channel; -struct fwd_perm_list; typedef void channel_open_fn(struct ssh *, int, int, void *); typedef void channel_callback_fn(struct ssh *, int, int, void *); diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h index 99754a8a39c..8ebdca5e2d5 100644 --- a/usr.bin/ssh/servconf.h +++ b/usr.bin/ssh/servconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.162 2024/05/17 06:42:04 jsg Exp $ */ +/* $OpenBSD: servconf.h,v 1.163 2024/05/23 23:47:16 jsg Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -47,7 +47,6 @@ #define PUBKEYAUTH_VERIFY_REQUIRED (1<<1) struct ssh; -struct fwd_perm_list; /* * Used to store addresses from ListenAddr directives. These may be |