Add SSL support to "stream" library and OVSDB.
[sliver-openvswitch.git] / lib / stream.h
index ae30b10..3d398f5 100644 (file)
@@ -27,7 +27,7 @@
 struct pstream;
 struct stream;
 
-void stream_usage(const char *name, bool active, bool passive);
+void stream_usage(const char *name, bool active, bool passive, bool bootstrap);
 
 /* Bidirectional byte streams. */
 int stream_open(const char *name, struct stream **);