diff options
| author | rubin <rubinowyblask@meow.li> | 2026-05-22 13:42:51 +0200 |
|---|---|---|
| committer | rubin <rubinowyblask@meow.li> | 2026-05-22 13:42:51 +0200 |
| commit | 77dc79afe5fd909fb1fe0a3cc668db2763b82fb8 (patch) | |
| tree | fbca4863a432f33822f8ee97d9fe39c15462b401 /network.h | |
import repository
Signed-off-by: rubinowy blask <rubinowyblask@encore.hosts.lumine>
Diffstat (limited to 'network.h')
| -rw-r--r-- | network.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network.h b/network.h new file mode 100644 index 0000000..5db105b --- /dev/null +++ b/network.h @@ -0,0 +1,4 @@ +#include <stdint.h> + +int net_listen4(uint32_t, uint16_t, int); + |
