neo4j_iostream.close

Close the stream.

This function should close the stream and deallocate memory associated with it.

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

struct neo4j_iostream
int function(neo4j_iostream* self) close;

Meta