X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_tasktree.h;h=fcbe1e58efa50b36ac0cf704bbad123b7de852b8;hb=64d52e239f715717646357783d01ff8650dbdb2d;hp=1506a58968b44939bdc6e81e82077348fb411df8;hpb=2cf9ca6ed6eca3a02209f58ab86d663d7cfbf710;p=ptask.git diff --git a/src/ui_tasktree.h b/src/ui_tasktree.h index 1506a58..fcbe1e5 100644 --- a/src/ui_tasktree.h +++ b/src/ui_tasktree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 jeanfi@gmail.com + * Copyright (C) 2012-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -29,7 +29,7 @@ void ui_tasktree_save_settings(); struct task *ui_tasktree_get_selected_task(); void ui_tasktree_set_selected_task(const char *uuid); const char *ui_tasktree_get_task_uuid(); -void ui_tasktree_update(struct task **, const char *); +void ui_tasktree_update(struct task **); void ui_tasktree_update_filter(const char *); #endif