diff options
author | Keuin <[email protected]> | 2021-12-29 23:57:56 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2021-12-29 23:57:56 +0800 |
commit | 5651bc231389ebfa05e3750a431b33c28f4ed205 (patch) | |
tree | 7da4fe5de375454a721cef839d33bac284284bb5 /netcheck.h | |
parent | fdad8c8db14c87d5a64226e9372b0db7d79bcbfc (diff) |
Move `check_network` to separate files.
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 |