In/out reference counting.
This commit is contained in:
@@ -4,4 +4,4 @@ struct peer;
|
||||
|
||||
void outgoing_cleanup();
|
||||
typedef void (*outgoing_connection_handler)(int fd, void *, struct peer *);
|
||||
void outgoing_new(char *, char *, outgoing_connection_handler, void *);
|
||||
void outgoing_new(char *, char *, outgoing_connection_handler, void *, uint32_t *);
|
||||
|
||||
Reference in New Issue
Block a user