hook_perm()clipper/clipper.module, line 47
Implementation of hook_perm
<?php function hook_perm() { return array('create relations', 'administer relations'); } ?>