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

class QImageIO;

extern "C" {   
void kimgio_xv_read( TQImageIO * );
void kimgio_xv_write( TQImageIO * );
}

#endif