summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-11-29 19:06:39 +0000
committerstevesk <stevesk@openbsd.org>2001-11-29 19:06:39 +0000
commitd631968013d863aebd257783ab98d2640ee6e7f3 (patch)
treef15016e74283e847fb11aec643726d4418b6696c
parentchflags(2) can return EPERM for other reasons. (diff)
downloadwireguard-openbsd-d631968013d863aebd257783ab98d2640ee6e7f3.tar.xz
wireguard-openbsd-d631968013d863aebd257783ab98d2640ee6e7f3.zip
remove dead function prototype; ok markus@
-rw-r--r--usr.bin/ssh/channels.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h
index 11ebb7b3a55..f58c7283cfb 100644
--- a/usr.bin/ssh/channels.h
+++ b/usr.bin/ssh/channels.h
@@ -32,7 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: channels.h,v 1.51 2001/11/07 22:53:21 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.52 2001/11/29 19:06:39 stevesk Exp $"); */
#ifndef CHANNEL_H
#define CHANNEL_H
@@ -197,7 +197,6 @@ channel_request_forwarding(const char *, u_short, const char *, u_short, int,
/* x11 forwarding */
int x11_connect_display(void);
-char *x11_create_display(int);
char *x11_create_display_inet(int, int);
void x11_input_open(int, int, void *);
void x11_request_forwarding(void);