Index: trunk/pswarp/src/pswarp.h
===================================================================
--- trunk/pswarp/src/pswarp.h	(revision 10952)
+++ trunk/pswarp/src/pswarp.h	(revision 10954)
@@ -13,4 +13,15 @@
 # define PSWARP_RECIPE "PSWARP" // Name of the recipe to use
 
+typedef struct {
+  double Xo, Xx, Xy;
+  double Yo, Yx, Yy;
+} pswarpMap;
+
+typedef struct {
+  pswarpMap **grid;
+  int Nx, Ny;
+  int nXpix, nYpix;
+} pswarpMapGrid;
+
 pmConfig *pswarpArguments (int argc, char **argv);
 bool pswarpParseCamera (pmConfig *config);
@@ -19,2 +30,4 @@
 bool pswarpDataSave (pmConfig *config);
 void pswarpCleanup (pmConfig *config);
+bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
+
