Index: trunk/Ohana/src/opihi/dvo/cmpRead.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/cmpRead.c	(revision 5145)
+++ trunk/Ohana/src/opihi/dvo/cmpRead.c	(revision 7080)
@@ -17,7 +17,7 @@
   /* init & load in table data */
   table.header   = &theader;
-  if (!fits_fread_ftable (f, &table, "SMPFILE")) goto escape;
+  if (!gfits_fread_ftable (f, &table, "SMPFILE")) goto escape;
 
-  smpdata = fits_table_get_SMPData (&table, &Nstars, NULL);
+  smpdata = gfits_table_get_SMPData (&table, &Nstars, NULL);
 
   ALLOCATE (stars, CMPstars, Nstars);
