projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8416ec
)
Drop prototype for function that does not exist.
author
Ben Pfaff
<blp@nicira.com>
Wed, 30 Apr 2008 21:16:35 +0000
(14:16 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 2 May 2008 00:02:31 +0000
(17:02 -0700)
include/rconn.h
patch
|
blob
|
history
diff --git
a/include/rconn.h
b/include/rconn.h
index 4049e745fcd8d0207693fe9a4d98c9243ff1b156..064be01a8780c43257e0ca754fee10cf3bdd290e 100644
(file)
--- a/
include/rconn.h
+++ b/
include/rconn.h
@@
-62,7
+62,6
@@
void rconn_run_wait(struct rconn *);
struct buffer *rconn_recv(struct rconn *);
void rconn_recv_wait(struct rconn *);
int rconn_send(struct rconn *, struct buffer *);
-void rconn_send_wait(struct rconn *);
const char *rconn_get_name(const struct rconn *);
bool rconn_is_alive(const struct rconn *);