diff runopts.h @ 434:0aaaf68e97dc

Add -p [address:]port option for binding to addresses, patch from Max-Gerd Retzlaff
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Feb 2007 14:52:46 +0000
parents 306499676384
children 337c45621e81
line wrap: on
line diff
--- a/runopts.h	Thu Mar 09 15:03:22 2006 +0000
+++ b/runopts.h	Thu Feb 22 14:52:46 2007 +0000
@@ -55,6 +55,7 @@
 	/* ports is an array of the portcount listening ports */
 	char *ports[DROPBEAR_MAX_PORTS];
 	unsigned int portcount;
+	char *addresses[DROPBEAR_MAX_PORTS];
 
 	int inetdmode;