00001 // This library is distributed under the conditions of the GNU LGPL.00002 #ifndef _EPS_H00003 #define _EPS_H00004
00005 extern"C" {
00006 void kimgio_eps_read (QImageIO *image);
00007 void kimgio_eps_write (QImageIO *image);
00008 }
00009
00010 #endif00011