use rc.confirmation=no for tw 2.2.0
[ptask.git] / src / tw.h
index 6e5f397..3a26712 100644 (file)
--- a/src/tw.h
+++ b/src/tw.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2012-2013 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
@@ -38,7 +38,4 @@ void tw_done(const char *uuid);
 void tw_add(const char *newdesc);
 void tw_task_list_free(struct task **tasks);
 
-char *task_exec(char *opts);
-char *escape(const char *txt);
-
 #endif