Files
shadow/lib/run_part.h
2024-12-06 19:17:25 +01:00

7 lines
144 B
C

#ifndef _RUN_PART_H
#define _RUN_PART_H
int run_parts (const char *directory, const char *name, const char *action);
#endif /* _RUN_PART_H */