]> andersk Git - openssh.git/blobdiff - canohost.h
- deraadt@cvs.openbsd.org 2001/04/14 04:31:01
[openssh.git] / canohost.h
index 89bd5c3b45437932c9af874211cb8e96ad86b192..36fb345a122354ef6d73de1f16e4d2736944a0dc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: canohost.h,v 1.5 2001/04/05 15:48:19 stevesk Exp $    */
+/*     $OpenBSD: canohost.h,v 1.6 2001/04/12 19:15:24 markus Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -30,6 +30,8 @@ const char *get_remote_name_or_ip(u_int utmp_len, int reverse_mapping_check);
 /* Returns the ipaddr/port number of the peer of the socket. */
 char * get_peer_ipaddr(int socket);
 int     get_peer_port(int sock);
+char * get_local_ipaddr(int socket);
+char * get_local_name(int socket);
 
 /* Returns the port number of the remote/local host. */
 int     get_remote_port(void);
This page took 0.031282 seconds and 4 git commands to generate.