comparison runopts.h @ 1936:4528afefe45d

Fix IPv6 address parsing for dbclient -b Now can correctly handle '-b [ipv6address]:port' Code is shared with dropbear -p, though they handle colon-less arguments differently
author Matt Johnston <matt@ucc.asn.au>
date Fri, 01 Apr 2022 14:13:52 +0800
parents bfd0f3248df3
children
comparison
equal deleted inserted replaced
1935:a7ad060707b6 1936:4528afefe45d
196 void parse_ciphers_macs(void); 196 void parse_ciphers_macs(void);
197 #endif 197 #endif
198 198
199 void print_version(void); 199 void print_version(void);
200 void parse_recv_window(const char* recv_window_arg); 200 void parse_recv_window(const char* recv_window_arg);
201 int split_address_port(const char* spec, char **first, char ** second);
201 202
202 #endif /* DROPBEAR_RUNOPTS_H_ */ 203 #endif /* DROPBEAR_RUNOPTS_H_ */