libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
keepalive.c
1#include "keepalive.h"
2#include <clod/thread.h>
3
4
5void clod_rwseq_rd_keepalive_start(int *) {
6
7}
8
9void clod_rwseq_rd_keepalive_end(int *) {
10
11}
12
13void clod_rwseq_wr_keepalive_start(int *) {
14
15}
16
17void clod_rwseq_wr_keepalive_end(int *) {
18
19}