aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libpng.h
blob: be0d0b5fb7605c0d808f7d0aed45c74da738c29a (plain)
1
2
3
4
5
6
7
8
9
#ifndef IMV_BACKEND_LIBPNG_H
#define IMV_BACKEND_LIBPNG_H

struct imv_backend;

/* Create an instance of the libpng backend */
struct imv_backend *imv_backend_libpng(void);

#endif