util: New functions get_cwd(), abs_file_name().
[openvswitch] / lib / stream.h
index ae30b1031c127bec23a0e06668f9778409bc98a9..e7eef365b4b8d83cb845d999995a5452bb6179b4 100644 (file)
 #ifndef STREAM_H
 #define STREAM_H 1
 
-#include <assert.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
 
-#include "flow.h"
-
 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 **);