Index: trunk/Ohana/src/opihi/cmd.data/Makefile
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/Makefile	(revision 31450)
+++ trunk/Ohana/src/opihi/cmd.data/Makefile	(revision 31635)
@@ -155,5 +155,4 @@
 $(INC)/shell.h \
 $(INC)/dvomath.h \
-$(INC)/convert.h \
 $(INC)/display.h 
 
Index: trunk/Ohana/src/opihi/cmd.data/cursor.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/cursor.c	(revision 31450)
+++ trunk/Ohana/src/opihi/cmd.data/cursor.c	(revision 31635)
@@ -20,5 +20,5 @@
     remove_argument (N, &argc, argv);
   }
-  if (!GetGraphData (NULL, &kapa, name)) return (FALSE);
+  if (!GetGraphdata (NULL, &kapa, name)) return (FALSE);
   FREE (name);
 
Index: trunk/Ohana/src/opihi/cmd.data/ps.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/ps.c	(revision 31450)
+++ trunk/Ohana/src/opihi/cmd.data/ps.c	(revision 31635)
@@ -56,5 +56,5 @@
 
   // get the connection to kapa, false if none available
-  if (!GetGraphData (NULL, &kapa, name)) return (FALSE);
+  if (!GetGraphdata (NULL, &kapa, name)) return (FALSE);
   FREE (name);
 
