Index: trunk/Ohana/src/addstar/include/setobjflags.h
===================================================================
--- trunk/Ohana/src/addstar/include/setobjflags.h	(revision 39496)
+++ trunk/Ohana/src/addstar/include/setobjflags.h	(revision 39525)
@@ -2,5 +2,6 @@
 typedef struct {
   double R, D;
-  e_time time;
+//e_time time;
+//short filter;
   int myBit;
   int flag; // in a subset?
@@ -23,5 +24,5 @@
 int args_setobjflags_client (int *argc, char **argv);
 
-int setobjflags_table (SkyList *skylistInput, HostTable *hosts, char *filename, int myBit);
+int setobjflags_table (SkyList *skylistInput, HostTable *hosts);
 
 MyStars *setobjflags_make_subset (MyStars *stars, int Nstars, int start, SkyRegion *region, int *nsubset);
@@ -46,6 +47,5 @@
 MyStars *setobjflags_load_stars (char *filename, int *nstars);
 
-MyStars *setobjflags_loadfile (char *file, int mybit, int *Nstars);
-// MyStars *setobjflags_readstars (char *filename, int *nstars);
+MyStars *setobjflags_loadfile (int *Nstars);
 
 int setobjflags_sortStars (MyStars *stars, int Nstars);
