summaryrefslogtreecommitdiff
path: root/lib/stream.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@ovn.org>2016-02-12 10:36:51 -0800
committerAndy Zhou <azhou@ovn.org>2016-02-12 12:39:07 -0800
commitd5579e480863ed07402d400877cf37e701419b9e (patch)
tree6b217fc3c5918268e6242fb55bdcb1f1b99174a4 /lib/stream.h
parent26fb1dd85fdc2c56109a53a00d7bb0e5685456dc (diff)
downloadopenvswitch-d5579e480863ed07402d400877cf37e701419b9e.tar.gz
lib: Remove unused function prototypes
Found by inspection. Signed-off-by: Andy Zhou <azhou@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/stream.h b/lib/stream.h
index 0db50da29..f8e189103 100644
--- a/lib/stream.h
+++ b/lib/stream.h
@@ -37,10 +37,6 @@ int stream_open(const char *name, struct stream **, uint8_t dscp);
int stream_open_block(int error, struct stream **);
void stream_close(struct stream *);
const char *stream_get_name(const struct stream *);
-ovs_be32 stream_get_remote_ip(const struct stream *);
-ovs_be16 stream_get_remote_port(const struct stream *);
-ovs_be32 stream_get_local_ip(const struct stream *);
-ovs_be16 stream_get_local_port(const struct stream *);
int stream_connect(struct stream *);
int stream_recv(struct stream *, void *buffer, size_t n);
int stream_send(struct stream *, const void *buffer, size_t n);