Index: /trunk/archive/pslib/include/psImage.h
===================================================================
--- /trunk/archive/pslib/include/psImage.h	(revision 278)
+++ /trunk/archive/pslib/include/psImage.h	(revision 279)
@@ -23,7 +23,7 @@
 	psF64 **rows_f64;		///< pointers to psF64 data 
     } rows;
-    struct psImage *parent;		///< parent, if a subimage 
-    struct psImage *children;		///< children of this region 
+    psImage *parent;			///< parent, if a subimage 
     int Nchildren;			///< number of subimages 
+    psImage *children;			///< children of this region; array of Nchildren pointers
 } psImage;
 
@@ -65,5 +65,5 @@
 int 
 psImageFreeChildren(const psImage *image ///< free children of this image
-);
+    );
 
 /// Create a copy of the specified image.
