dot_testing/builds/utils/c/status/time.h

7 lines
109 B
C
Raw Normal View History

2024-01-15 03:52:45 -06:00
#ifndef STATUS_TIME_H
#define STATUS_TIME_H
int mod_time(char *config, char *name, char *pipename);
#endif