Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 14263)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 14401)
@@ -153,4 +153,5 @@
 typedef struct {
   int Nregions;
+  int ownElements; 				  /* does this list own filename, regions? */
   char **filename;
   SkyRegion **regions;
@@ -428,5 +429,5 @@
 SkyList   *SkyListChildrenByBounds PROTO((SkyTable *table, int No, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
 int        SkyListMerge     	   PROTO((SkyList **outlist, SkyList *newlist));
-int        SkyListFree             PROTO((SkyList *list, int ELEMENTS));
+int        SkyListFree             PROTO((SkyList *list));
 int        SkyTableFree            PROTO((SkyTable *table));
 int        SkyListSetFilenames     PROTO((SkyList *list, char *path, char *ext));
