|
|
/** * 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/13 23:16:54 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
Generated by: tasin@pcw-home on Sun Feb 13 22:02:09 2000, using kdoc 2.0a35. |