aboutsummaryrefslogtreecommitdiff
path: root/img-load.h
blob: f50c9d2180ca63846094c17e596b2daa24c5d64f (plain)
1
2
3
4
5
#ifndef __IMG_LOAD_H__
#  define __IMG_LOAD_H__

gint32 img_load_image(const gchar *, ImageParasite *, GError **);
#endif