--- 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 */