|
|
/** * kimgio.h -- Declaration of interface to the KDE Image IO library. * Sirtaj Singh Kang <taj@kde.org>, 23 Sep 1998. * * $Id: kimgio.h,v 1.1.1.1 1998/10/18 04:43:02 ssk 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: prospector@george.devel.redhat.com on Fri Apr 27 18:12:38 200. |