X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterpret.h;h=98a257bbcf2666eb3bd5268ecf51cc81351b1c23;hb=955c4eb992b45e48a1a3dad6418236431ddcd095;hp=d2effe74d785e392365b669b94cf837eadef0c6c;hpb=fa71b6dc45c53e87d9045eb7cdf3cd4328ad0e7d;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