updated copyright
[ptask.git] / src / tw.h
index 684c56f..c3fe2b4 100644 (file)
--- a/src/tw.h
+++ b/src/tw.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
@@ -54,4 +54,7 @@ void tw_task_list_free(struct task **tasks);
 struct project **tw_get_projects(struct task **tasks);
 void tw_project_list_free(struct project **);
 
+/* Whether ptask check that the taskwarrior version is supported. */
+void tw_enable_check_version(int e);
+
 #endif