Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 31450)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 31635)
@@ -1,8 +1,11 @@
+# ifndef DVO_H
+# define DVO_H
+
 # include <ohana.h>
 # include <gfitsio.h>
 # include <autocode.h>
 
-# ifndef DVO_H
-# define DVO_H
+# include <libdvo_astro.h>
+# include <dvodb.h>
 
 /* DVO table modes */
@@ -501,4 +504,10 @@
 SkyList   *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
 
+int set_skyregion(double Rs, double Re, double Ds, double De);
+int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
+
+void dvo_set_catdir(char *catdir);
+char *dvo_get_catdir();
+
 /* dvo-specific sorting functions */
 void sortave (Average *ave, off_t N);
@@ -508,3 +517,9 @@
 void sort_regions (SkyRegion *region, off_t N);
 
+#ifdef MOVED_TO_LIBOHANA
+int  print_error(void);
+int  init_error(void);
+int  push_error(char *);
+#endif
+
 # endif
