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
@@ -335,7 +335,9 @@ struct VtConn
|
||||
};
|
||||
|
||||
VtConn* vtconn(int infd, int outfd);
|
||||
int vtreconn(VtConn*, int, int);
|
||||
VtConn* vtdial(char*);
|
||||
int vtredial(VtConn*, char *);
|
||||
void vtfreeconn(VtConn*);
|
||||
int vtsend(VtConn*, Packet*);
|
||||
Packet* vtrecv(VtConn*);
|
||||
|
||||
Reference in New Issue
Block a user