| #ifndef RUNNER_H | |
| #define RUNNER_H | |
| #include <syslog.h> | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <fcntl.h> | |
| #include <unistd.h> | |
| #include <sys/file.h> | |
| #include "settings.h" | |
| #include "netapi.h" | |
| #include "softap_api.h" | |
| void start_run(zping_settings_t *zping_settings); | |
| #define zping_print(LEVEL,...) do { printf(__VA_ARGS__); \ | |
| syslog(LEVEL,__VA_ARGS__);} while(0) | |
| #endif // RUNNER_H |