Index: trunk/Ohana/src/addstar/include/addstar.h
===================================================================
--- trunk/Ohana/src/addstar/include/addstar.h	(revision 3416)
+++ trunk/Ohana/src/addstar/include/addstar.h	(revision 3466)
@@ -1,4 +1,4 @@
 # include <ohana.h>
-# include <loneos.h>
+# include <dvo.h>
 # include <signal.h>
 # include <sys/time.h>
@@ -71,4 +71,5 @@
 double Latitude, SiderealTime;
 int    VERBOSE;
+int    FITS_INPUT;
 int    SKIP_MISSED;
 int    XOVERSCAN, YOVERSCAN;
@@ -215,2 +216,6 @@
 GSCRegion *gregion_patch (GSCRegion *patch, int *nregions);
 int ConvertStars (StarData *data, int size, int nitems);
+int dump_rawstars (Stars *stars, int Nstars);
+Stars *rfits (FILE *f, int *nstars);
+Stars *rtext (FILE *f, int *nstars);
+
