diff -r 3710052a05c9 -r bfc97f675c60 gmyth-upnp/src/gmyth_upnp.h --- a/gmyth-upnp/src/gmyth_upnp.h Wed May 23 16:29:42 2007 +0100 +++ b/gmyth-upnp/src/gmyth_upnp.h Wed May 23 21:34:48 2007 +0100 @@ -63,7 +63,7 @@ GMYTH_UPNP_DEVICE_REMOVED } GMythUPnPDeviceStatus; -typedef void (*GMythUPnPDeviceListener) ( GMythUPnPDeviceStatus status, gchar *dev, gpointer obj ); +typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev, gpointer obj ); struct _GMythUPnPClass {