summaryrefslogtreecommitdiffstats
path: root/kimgio/xview.h
blob: 1d44af9ea16c0e6f2903677e5631f32d667b572f (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 TQImageIO;

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

#endif