commit 4db4f1cd57623a0b052f23e6f9ea56a0423db5ce
parent d515351d04f93cb0827f83fdbae193d577ec0c04
Author: Yersa Nordman <yersa@finwo.nl>
Date: Thu, 16 Nov 2023 23:23:29 +0100
Don't export fnet_tick
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/fnet.h b/src/fnet.h
@@ -76,7 +76,6 @@ FNET_RETURNCODE fnet_write(const struct fnet_t *connection, struct buf *buf);
FNET_RETURNCODE fnet_close(const struct fnet_t *connection);
FNET_RETURNCODE fnet_free(struct fnet_t *connection);
-FNET_RETURNCODE fnet_tick();
void fnet_thread();
FNET_RETURNCODE fnet_main();
FNET_RETURNCODE fnet_shutdown();