Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 3d533f065f33d1a9e5a86bb11e6f8cae > files > 5

mpfc-1.3.7-alt3.src.rpm

--- mpfc-1.3.7/libmpfc/plugin_mng.c-	2006-02-02 03:49:29 +0300
+++ mpfc-1.3.7/libmpfc/plugin_mng.c	2006-04-19 03:48:45 +0400
@@ -88,11 +88,13 @@ void pmng_add_plugin( pmng_t *pmng, plug
 	pmng->m_plugins[pmng->m_num_plugins ++] = p;
 } /* End of 'pmng_add_plugin' function */
 
+extern void wnd_msg_send( struct tag_wnd_t *wnd,
+	char *name, wnd_msg_data_t data ) __attribute__((weak));
 /* Execute a command with a list of parameters */
 void pmng_player_command_obj( pmng_t *pmng, char *cmd, 
 		cmd_params_list_t *params )
 {
-	wnd_msg_send(pmng->m_player_wnd, "command", 
+	wnd_msg_send(pmng->m_player_wnd, "command",	/* XXX */
 			player_msg_command_new(cmd, params));
 } /* End of 'pmng_player_command_obj' function */