Warning: That file was not part of the compilation database. It may have many parsing errors.

1/* This file is part of the KDE project
2 Copyright (C) 2005 Christoph Hormann <chris_hormann@gmx.de>
3
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the Lesser GNU General Public
6 License as published by the Free Software Foundation; either
7 version 2 of the License, or (at your option) any later version.
8*/
9
10#ifndef KIMG_HDR_H
11#define KIMG_HDR_H
12
13class QImageIO;
14
15extern "C" {
16void kimgio_hdr_read( QImageIO * );
17void kimgio_hdr_write( QImageIO * );
18}
19
20#endif
21
22

Warning: That file was not part of the compilation database. It may have many parsing errors.