summaryrefslogtreecommitdiffstats
path: root/kimgio/eps.h
blob: ecdd8278723c121f5c3f6364189172bb2201eeea (plain)
1
2
3
4
5
6
7
8
9
10
11
// This library is distributed under the conditions of the GNU LGPL.
#ifndef _EPS_H
#define _EPS_H

extern "C" {
void kimgio_eps_read (QImageIO *image);
void kimgio_eps_write (QImageIO *image);
}

#endif