Index: trunk/ppImage/src/ppFile.h
===================================================================
--- trunk/ppImage/src/ppFile.h	(revision 6260)
+++ trunk/ppImage/src/ppFile.h	(revision 6747)
@@ -3,5 +3,5 @@
 
 #include "pslib.h"
-#include "pmFPA.h"
+#include "psmodules.h"
 
 // A file to process
@@ -11,10 +11,12 @@
     psMetadata *phu;                    // The FITS header
     pmFPA *fpa;                         // The FPA, with pixels and extensions
+    pmFPAview *view;                    // The view
 } ppFile;
 
 
-// Allocators
+// Allocator
 ppFile *ppFileAlloc(void);
 
+bool ppFileOpen(ppFile *file, const char *name, pmConfig *config, psMetadata *camera, psMetadata *format);
 
 #endif
