// 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