Much closer to complete cleanup before exit.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void outgoing_cleanup();
|
||||
typedef void (*outgoing_connection_handler)(int fd, void *);
|
||||
void outgoing_new(const char *, const char *, outgoing_connection_handler, void *);
|
||||
void outgoing_new(char *, char *, outgoing_connection_handler, void *);
|
||||
|
||||
Reference in New Issue
Block a user