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