aboutsummaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2011-11-08 09:02:31 -0500
committerRuss Cox <rsc@swtch.com>2011-11-08 09:02:31 -0500
commit4544da52005bf0af3bb05a73f4e02ce35117aae0 (patch)
treea9e3f60b9c118a578ac6d9e017979cd938a665bc /man/man3
parent36c242dd868672ae9c6705622ef1e7dbb84dbbac (diff)
downloadplan9port-4544da52005bf0af3bb05a73f4e02ce35117aae0.tar.gz
plan9port-4544da52005bf0af3bb05a73f4e02ce35117aae0.tar.bz2
plan9port-4544da52005bf0af3bb05a73f4e02ce35117aae0.zip
libventi: add functions reconn and redial for use with fossil
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/venti-conn.36
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man3/venti-conn.3 b/man/man3/venti-conn.3
index 293777c2..ea597de3 100644
--- a/man/man3/venti-conn.3
+++ b/man/man3/venti-conn.3
@@ -28,9 +28,15 @@ typedef struct VtConn {
VtConn* vtconn(int infd, int outfd)
.PP
.B
+int vtreconn(VtConn *z, int infd, int outfd)
+.PP
+.B
VtConn* vtdial(char *addr)
.PP
.B
+int vtredial(VtConn *z, char *addr)
+.PP
+.B
int vtversion(VtConn *z)
.PP
.B