Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 16117)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 16119)
@@ -87,6 +87,6 @@
 int shift            PROTO((int, char **));
 int sort_vectors     PROTO((int, char **));
-int spline_apply     PROTO((int, char **));
-int spline_construct PROTO((int, char **));
+int spline_apply_cmd PROTO((int, char **));
+int spline_construct_cmd PROTO((int, char **));
 int stats            PROTO((int, char **));
 int style            PROTO((int, char **));
@@ -208,6 +208,6 @@
   {"shift",	   shift,	     "shift data in an image"},
   {"sort",    	   sort_vectors,     "sort list of vectors"},
-  {"spline.apply", spline_apply,     "apply spline fit to generate an image"},
-  {"spline.const", spline_construct, "create spline 2nd deriv. terms"},
+  {"spline.apply", spline_apply_cmd, "apply spline fit to generate an image"},
+  {"spline.const", spline_construct_cmd, "create spline 2nd deriv. terms"},
   {"stats",   	   stats,	     "give statistics on a portion of a buffer"},
   {"style",   	   style,	     "set the style for graph plots"},
