summaryrefslogtreecommitdiffstats
path: root/lib/run_part.h
blob: 6422134cc72eb861be833268c847ed2801aff9de (plain)
1
2
3
4
5
6
7
#ifndef _RUN_PART_H
#define _RUN_PART_H

int run_part (char *script_path, const char *name, const char *action);
int run_parts (const char *directory, const char *name, const char *action);

#endif /* _RUN_PART_H */