summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-19 00:32:00 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-19 00:32:00 +0800
commit76a3eb393c021905736f79e7e048017f664b2430 (patch)
tree3a45ae901e4806496aef7b3dde3680dedd03326c /dbutil.h
parent5f0cc969a005757778848a459f924a237a35fc7d (diff)
In theory TFO should work. Needs platform cleanup and testing
--HG-- branch : fastopen
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbutil.h b/dbutil.h
index e05b249..c82e494 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -28,6 +28,7 @@
#include "includes.h"
#include "buffer.h"
+#include "queue.h"
#ifndef DISABLE_SYSLOG
void startsyslog();
@@ -132,4 +133,6 @@ 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);
+void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue *writequeue);
+
#endif /* _DBUTIL_H_ */