summaryrefslogtreecommitdiff
path: root/canohost.h
diff options
context:
space:
mode:
authordtucker <dtucker>2009-06-21 09:50:08 +0000
committerdtucker <dtucker>2009-06-21 09:50:08 +0000
commiteb31f133216057697ad52d8f13e084f2455ac849 (patch)
treed6aee39c989ed6fe2ff149513d73e8b5ced7d751 /canohost.h
parent08dc812bcaf4bcb42161dec87d6d8eb83f880d03 (diff)
downloadopenssh-eb31f133216057697ad52d8f13e084f2455ac849.tar.gz
- (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
header-order changes to reduce diff vs OpenBSD.
Diffstat (limited to 'canohost.h')
-rw-r--r--canohost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/canohost.h b/canohost.h
index 64000f5e..4c8636f4 100644
--- a/canohost.h
+++ b/canohost.h
@@ -24,6 +24,6 @@ char *get_local_name(int);
int get_remote_port(void);
int get_local_port(void);
int get_sock_port(int, int);
-void clear_cached_addr(void);
+void clear_cached_addr(void);
void ipv64_normalise_mapped(struct sockaddr_storage *, socklen_t *);