Index: trunk/magic/remove/src/streaks.h
===================================================================
--- trunk/magic/remove/src/streaks.h	(revision 20361)
+++ trunk/magic/remove/src/streaks.h	(revision 20520)
@@ -64,4 +64,5 @@
     pmChip  *chip;  // current chip
     pmCell  *cell;  // current cell
+    psImage *warpedPixels;
     psVector    *tiles;
     float   recoveryImageValue;
@@ -73,4 +74,7 @@
     int numCols, int numRows);
 
+extern void computeWarpedPixels(streakFiles *sf);
+extern void streaksremoveExit(psString, int);
+
 #define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP))
 #define USE_SUPPLIED_ASTROM(_stage) CHIP_LEVEL_INPUT(_stage)
