updated copyright
[ptask.git] / src / ui_projecttree.h
index d4848d9..352afad 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
@@ -25,5 +25,6 @@
 
 void ui_projecttree_init(GtkBuilder *builder);
 void ui_projecttree_update(struct task **);
+const char *ui_projecttree_get_project();
 
 #endif