forgotten fixes

This commit is contained in:
2025-06-12 14:31:51 +03:00
parent 3f7b5081ea
commit b9084907a3
14 changed files with 180 additions and 155 deletions

View File

@@ -26,7 +26,6 @@
#include "imagefile.h"
void Image_free(Image **ima);
bool FITS_read(const char *filename, Image **fits);
#endif // FITS_H__