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

7 lines
109 B
C

#ifndef STATUS_TIME_H
#define STATUS_TIME_H
int mod_time(char *config, char *name, char *pipename);
#endif