aggregator_perm()aggregator/aggregator.module, line 230
Implementation of hook_perm().
<?php function aggregator_perm() { return array('administer news feeds', 'access news feeds'); } ?>