summaryrefslogtreecommitdiff
path: root/lib/run_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/run_part.h')
-rw-r--r--lib/run_part.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/run_part.h b/lib/run_part.h
index d3d80663..6422134c 100644
--- a/lib/run_part.h
+++ b/lib/run_part.h
@@ -1,2 +1,7 @@
-int run_part (char *script_path, char *name, char *action);
-int run_parts (char *directory, char *name, char *action);
+#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 */