neo4j_iostream.flush

Flush the output buffer of the iostream.

For unbuffered streams, this is a no-op.

@param self This stream. @return 0 on success, or -1 on error (errno will be set).

struct neo4j_iostream
int function(neo4j_iostream* self) flush;

Meta