api changes

SVN revision: 48741
This commit is contained in:
Hannes Janetzek 2010-05-10 22:35:42 +00:00
parent bd2412bf7c
commit 6b6737f2de
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -261,6 +261,7 @@ _common_complete_cb(void *data, int ev_type, void *event)
if (!dd->data_cb(dd))
{
ERR("\n %*s\n", dd->size, (char *)dd->data);
/* XXX free here ?*/
}
return 1;
@ -275,7 +276,7 @@ _plugin_data_cb(Url_Data *dd)
if (p->data_cb(p, dd->data, dd->size))
{
evry_plugin_async_update (EVRY_PLUGIN(p), EVRY_ASYNC_UPDATE_ADD);
EVRY_PLUGIN_UPDATE(p, EVRY_UPDATE_ADD);
}
return 1;