labwc/include/img/img-png.h

8 lines
183 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_IMG_PNG_H
#define LABWC_IMG_PNG_H
struct lab_data_buffer *img_png_load(const char *filename);
#endif /* LABWC_IMG_PNG_H */