Utility functions for reference counting.
This commit is contained in:
@@ -17,3 +17,5 @@ struct flow {
|
||||
void flow_socket_connected(int, struct flow *);
|
||||
bool flow_hello(int, struct flow *, void *);
|
||||
bool flow_new(int, struct flow *, void *);
|
||||
void flow_ref_inc(struct flow *);
|
||||
void flow_ref_dec(struct flow *);
|
||||
|
||||
Reference in New Issue
Block a user