Index: trunk/Ohana/src/relastro/include/relastro.h
===================================================================
--- trunk/Ohana/src/relastro/include/relastro.h	(revision 39390)
+++ trunk/Ohana/src/relastro/include/relastro.h	(revision 39396)
@@ -415,4 +415,6 @@
 void SetProtect (int mode);
 int SetSignals (void);
+
+void relastro_client_free ();
 
 GSCRegion    *find_regions        PROTO((Image *image, off_t Nimage, int *Nregions, GSCRegion *fullregion));
@@ -610,4 +612,5 @@
 int BrightCatalogSplit (CatalogSplitter *catalogs, BrightCatalog *bcatalog);
 int BrightCatalogSplitFree (CatalogSplitter *catalogs);
+void BrightCatalogFree (BrightCatalog *bcatalog);
 
 PhotCode **ParsePhotcodeList (char *rawlist, int *nphotcodes, int needAve);
@@ -774,2 +777,3 @@
 double weight_cauchy (double x);
 double dpsi_cauchy (double x);
+void my_memdump (char *message);
