Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 4821
Line 667... Line 667...
667
}
667
}
Line 668... Line 668...
668
 
668
 
669
void
669
void
670
fetch_send_callback(const fetch_msg *msg, struct fetch *fetch)
670
fetch_send_callback(const fetch_msg *msg, struct fetch *fetch)
-
 
671
{
-
 
672
	__menuet__debug_out("Inside fetch_send_callback\n");
671
{
673
 
-
 
674
	fetch->callback(msg, fetch->p);
672
	fetch->callback(msg, fetch->p);
675
	__menuet__debug_out("After fetch->callback \n");
Line 673... Line 676...
673
}
676
}
674
 
677