21 #ifndef GNASH_IMAGE_GIF_H
22 #define GNASH_IMAGE_GIF_H
25 #include <boost/shared_ptr.hpp>
42 std::auto_ptr<Input>
createGifInput(boost::shared_ptr<IOChannel> in);
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::auto_ptr< Input > createGifInput(boost::shared_ptr< IOChannel > in)
Create a GifInput and transfer ownership to the caller.
Definition: GnashImageGif.cpp:308