summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authordjm <djm>2005-03-01 10:24:33 +0000
committerdjm <djm>2005-03-01 10:24:33 +0000
commit2e724e945462421c433af78877660653dea54a84 (patch)
tree44a1ed269bb1a364dbf136982c9ea08f6ef5c6b4 /misc.h
parentd671b02b875ff33f7677484696807dfb0d2fb76e (diff)
downloadopenssh-2e724e945462421c433af78877660653dea54a84.tar.gz
- djm@cvs.openbsd.org 2005/03/01 10:09:52
[auth-options.c channels.c channels.h clientloop.c compat.c compat.h] [misc.c misc.h readconf.c readconf.h servconf.c ssh.1 ssh.c ssh_config.5] [sshd_config.5] bz#413: allow optional specification of bind address for port forwardings. Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports.
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 193216fa..8bbc87f0 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.20 2004/12/11 01:48:56 dtucker Exp $ */
+/* $OpenBSD: misc.h,v 1.21 2005/03/01 10:09:52 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -20,6 +20,7 @@ int set_nonblock(int);
int unset_nonblock(int);
void set_nodelay(int);
int a2port(const char *);
+char *hpdelim(char **);
char *cleanhostname(char *);
char *colon(char *);
long convtime(const char *);