diff options
Diffstat (limited to 'netcheck.h')
-rw-r--r-- | netcheck.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/netcheck.h b/netcheck.h new file mode 100644 index 0000000..3bea521 --- /dev/null +++ b/netcheck.h @@ -0,0 +1,11 @@ +// +// Created by Keuin on 2021/12/29. +// + +#ifndef NETMON_NETCHECK_H +#define NETMON_NETCHECK_H + + +int check_network(void *logger); + +#endif //NETMON_NETCHECK_H |