X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/1df4866612e592bdd7ec9ebb3f0cfb0f1d76e771..7a5ea9c38641c8216d7c943c6e1079b241a9745a:/openssh/canohost.h diff --git a/openssh/canohost.h b/openssh/canohost.h index 2edb420..0a293e7 100644 --- a/openssh/canohost.h +++ b/openssh/canohost.h @@ -1,4 +1,4 @@ -/* $OpenBSD: canohost.h,v 1.8 2001/06/26 17:27:23 markus Exp $ */ +/* $OpenBSD: canohost.h,v 1.9 2006/03/25 22:22:42 djm Exp $ */ /* * Author: Tatu Ylonen @@ -25,3 +25,5 @@ int get_remote_port(void); int get_local_port(void); void resolve_localhost(char **host); + +void ipv64_normalise_mapped(struct sockaddr_storage *, socklen_t *);