示例#1
0
static int dmm_handle(struct osc_plugin *plugin, int line, const char *attrib, const char *value)
{
	return osc_plugin_default_handle(ctx, line,
			attrib, value, dmm_handle_driver, NULL);
}
示例#2
0
static int dmm_handle(int line, const char *attrib, const char *value)
{
	return osc_plugin_default_handle(ctx, line,
			attrib, value, dmm_handle_driver);
}