Index: trunk/psLib/src/sys/psThread.h
===================================================================
--- trunk/psLib/src/sys/psThread.h	(revision 18953)
+++ trunk/psLib/src/sys/psThread.h	(revision 19022)
@@ -4,6 +4,6 @@
  *
  *  @author EAM, IFA
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-08-08 18:05:09 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-08-12 03:28:37 $
  *
  *  Copyright 2004-2005 Insitute for Astronomy, University of Hawaii
@@ -86,4 +86,8 @@
     );
 
+/// Remove a task from the list
+bool psThreadTaskDelete(const char *type // Task type to remove
+    );
+
 /// Launch jobs on a thread
 void *psThreadLauncher(void *thread     // Thread (of type psThread)
