7 lines
109 B
C
7 lines
109 B
C
|
#ifndef STATUS_TIME_H
|
||
|
#define STATUS_TIME_H
|
||
|
|
||
|
int mod_time(char *config, char *name, char *pipename);
|
||
|
|
||
|
#endif
|