- Removed void* arithmetic
- Fixed connection_send does not return anything
- Fixed server_events invalid args in main.c (and changed its
  declaration)
This commit is contained in:
Nikita Tyukalov, ASUS, Linux
2026-03-25 01:13:23 +03:00
parent 8e90c4c152
commit 93c83dc40f
5 changed files with 10 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ bool connection_is_socket_managed(int fd);
// - true on success
// - false on failure
// Remarks:
// - you must make sure fd is managed by this module
// (use connection_is_socket_managed)
// - the app should be terminated if this function returns false
void connection_event(int fd, uint32_t events);