X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterpret.h;h=98a257bbcf2666eb3bd5268ecf51cc81351b1c23;hb=93cabbcd5d18b7b45d6f43a6ff39f94cfcb95522;hp=d2effe74d785e392365b669b94cf837eadef0c6c;hpb=a0182655c28502ffcadbe36de99d9a4e503e310e;p=mTask.git diff --git a/int/interpret.h b/int/interpret.h index d2effe7..98a257b 100644 --- a/int/interpret.h +++ b/int/interpret.h @@ -8,6 +8,6 @@ #include "task.h" -void run_task(struct task *task); +void run_task(struct task *task, int fd); #endif