6 lines
132 B
C
6 lines
132 B
C
#pragma once
|
|
#include "network/socket.h"
|
|
#include "cryptography/cryptography.h"
|
|
|
|
Result(void) server_run(cstr server_endpoint_str);
|