blob: 4d9aa994508f21d083838a9d3c5e0e7220fdab08 (
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( QImageIO * );
void kimgio_xv_write( QImageIO * );
}
#endif
|