Example #1
0
/* Exported interface, documented in cookie_manager.h */
nserror cookie_manager_contract(bool all)
{
	return treeview_contract(cm_ctx.tree, all);
}
Example #2
0
/* Exported interface, documented in global_history.h */
nserror global_history_contract(bool all)
{
	return treeview_contract(gh_ctx.tree, all);
}