1
0
Fork 0
shadow/lib/run_part.h
Daniel Baumann 09a180ea01
Adding upstream version 1:4.17.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 05:06:56 +02:00

6 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 */