Added #:redirect option to manifest.scm
[tlb/tomd.git] / include / scm_interface.h
index c6e9296..8ab1eab 100644 (file)
@@ -23,6 +23,7 @@ WRAP_SCM_FUNCTION_1("tomd job", "c-check-job", job_predicate)
 WRAP_SCM_FUNCTION_1("tomd job", "c-job-name", get_name)
 WRAP_SCM_FUNCTION_1("tomd job", "c-job-cmd", get_cmd)
 WRAP_SCM_FUNCTION_1("tomd job", "c-job-args", get_args)
+WRAP_SCM_FUNCTION_1("tomd job", "c-job-redirect", get_redirect)
 WRAP_SCM_FUNCTION_1("tomd job", "c-job-start-trigger", get_start_trigger)
 WRAP_SCM_FUNCTION_1("tomd job", "c-job-end-trigger", get_end_trigger)