Files
shadow/lib/run_part.h
Tobias Stoeckmann 6b4487e173 lib/run_part: Reduce visibility
The run_part function is only used in run_part.c itself, so no
need to expose it to other files.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2024-09-18 14:52:05 +02: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 */