spdxl/src/pngread.h

16 wiersze
289 B
C

/*
* dxlAPRS toolchain
*
* Copyright (C) Christian Rabler <oe5dxl@oevsv.at>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef pngread_H_
#define pngread_H_
#include "X2C.h"
extern int32_t readpng(char [], X2C_ADDRESS [], int32_t *, int32_t *, int32_t *);
#endif /* pngread_H_ */