libventi: add functions reconn and redial for use with fossil
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
This commit is contained in:
committed by
Russ Cox
parent
36c242dd86
commit
4544da5200
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user