Split backend and outgoing. Rename backend -> receive, client -> send.
This commit is contained in:
4
outgoing.h
Normal file
4
outgoing.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
typedef void (*outgoing_connection_handler)(int fd, void *);
|
||||
void outgoing_new(const char *, const char *, outgoing_connection_handler, void *);
|
||||
Reference in New Issue
Block a user