renaming a func

This commit is contained in:
phyto
2020-12-07 10:30:18 +01:00
parent da8cfd1305
commit 1420deaf5e
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
/* first experiments */
int get_float_metric(FloatImg *pimg, float *where);
int get_float_metric_from_file(char *imgname, float *where);
int get_float_metric_a(FloatImg *pimg, float *where);
int get_float_metric_a_from_file(char *imgname, float *where);
/* -------------------------------------------------------------- */