summaryrefslogtreecommitdiffstats
path: root/kimgio/eps.h
blob: 78dfdfb1e294e8b9a5a50be85c4543f09287a46a (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 (TQImageIO *image);
void kimgio_eps_write (TQImageIO *image);
}

#endif