Index: trunk/magic/remove/src/streaksio.c
===================================================================
--- trunk/magic/remove/src/streaksio.c	(revision 21439)
+++ trunk/magic/remove/src/streaksio.c	(revision 21440)
@@ -1028,2 +1028,9 @@
         }
 }
+
+void
+streaksNebulousCleanup()
+{
+    nebServerFree(ourNebServer);
+    ourNebServer = NULL;
+}
Index: trunk/magic/remove/src/streaksio.h
===================================================================
--- trunk/magic/remove/src/streaksio.h	(revision 21439)
+++ trunk/magic/remove/src/streaksio.h	(revision 21440)
@@ -28,3 +28,6 @@
 
 bool swapOutputsToInputs(streakFiles *sf);
+bool deleteTemps(streakFiles *sf);
+void streaksNebulousCleanup();
+
 #endif // STREAKS_IO_H
