updated copyright
[ptask.git] / src / ui_taskpanel.h
index 1e68ea1..4078001 100644 (file)
@@ -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
@@ -21,6 +21,9 @@
 
 #include <gtk/gtk.h>
 
+#include <tw.h>
+
 void ui_taskpanel_init(GtkBuilder *);
+void ui_taskpanel_update(struct task *);
 
 #endif