Beispiel #1
0
static
XS (XS_XChat_plugin_pref_delete)
{
	dMARK;
	dAX;
	
	XSRETURN_IV ((IV) xchat_pluginpref_delete (ph, SvPV_nolen (ST (0))));
}
Beispiel #2
0
static int
del_info (char const* network)
{
	return xchat_pluginpref_delete (ph, network);
}