renaming a func

This commit is contained in:
tth
2021-03-29 11:59:24 +02:00
parent 3b0fc047ad
commit dbee9eea6e
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
* ---------------------------------------------------
*/
int incrustation_0(FloatImg *src, FloatImg *dst, int k);
int incrustation_vignette(FloatImg *src, FloatImg *dst, int k);
int trinitron(FloatImg *pimg, int notused);