/** * kimgio.h -- Declaration of interface to the KDE Image IO library. * Sirtaj Singh Kang <taj@kde.org>, 23 Sep 1998. * * $Id: kimgio-h.html.in,v 1.1.1.1 2000/02/09 22:27:23 tasin Exp $ * * This library is distributed under the conditions of the GNU LGPL. */ #ifndef SSK_KIMGIO_H #define SSK_KIMGIO_H /** * Registers all available image format encoders and decoders. */ void kimgioRegister(void); #endif