9 lines
143 B
C
9 lines
143 B
C
|
#ifndef STATS_H
|
||
|
#define STATS_H
|
||
|
|
||
|
/*@null@*/char* get_ping_from_temp_log();
|
||
|
void write_ping_log(char* new_ping);
|
||
|
void set_stats_ping();
|
||
|
|
||
|
#endif
|