X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=src%2Ftw.h;h=4bf23244e7f0fd329dabdc3a8671ce6962e8b8e6;hp=5942fa1e5d201277405e49161f5dac93c04d61b2;hb=043d8c38ecd058ce89cfdce68ec173603ce538dd;hpb=ea89713ef7f197355d52675a58aef47228628c5b diff --git a/src/tw.h b/src/tw.h index 5942fa1..4bf2324 100644 --- a/src/tw.h +++ b/src/tw.h @@ -29,7 +29,7 @@ struct task { char *project; }; -struct task **get_all_tasks(); +struct task **get_all_tasks(const char *status); char *task_exec(char *opts); char *escape(const char *txt);