r148: *** empty log message ***
[ctsim.git] / include / ezplot.h
index 11ac4e578142e40c8e3ea3f228ad8cf6ff4b1ffa..30fe4e56b501f32325cf0d69ba912576ebbeb469 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezplot.h,v 1.8 2000/06/20 17:54:51 kevin Exp $
+**  $Id: ezplot.h,v 1.9 2000/07/15 08:36:13 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -314,8 +314,8 @@ extern bool ezplot_firstcall;   /* set to false on first call to EZSET or EZPLOT
 
 
 /* ezplot.cpp */
-SGP_ID ezplot(float x[], double y[], int num);
-SGP_ID ezplot(double x[], double y[], int num);
+SGP_ID ezplot (const float x[], const double y[], int num);
+SGP_ID ezplot (const double x[], const double y[], int num);
 void ezinit(void);
 void ezfree(void);
 void ezclear(void);