First commit
This commit is contained in:
9
ping-report/include/utils.h
Normal file
9
ping-report/include/utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#define STATUS_LOG "/var/log/ping-report/status.log"
|
||||
|
||||
void write_pid_file();
|
||||
void remove_file(char* filename);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user