diff dbutil.h @ 1025:02baa0b334e8 fastopen

async connections working
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Feb 2015 22:46:15 +0800
parents aac0095dc3b4
children daf21fd50abf
line wrap: on
line diff
--- a/dbutil.h	Wed Feb 18 00:05:27 2015 +0800
+++ b/dbutil.h	Wed Feb 18 22:46:15 2015 +0800
@@ -129,4 +129,7 @@
 void set_connect_fds(fd_set *writefd);
 void handle_connect_fds(fd_set *writefd);
 
+/* Doesn't actually stop the connect, but adds a dummy callback instead */
+void cancel_connect(struct dropbear_progress_connection *c);
+
 #endif /* _DBUTIL_H_ */