fileupload_perm()
Implementation of hook_perm.
developer/examples/fileupload.module, line 38
<?php function fileupload_perm() { return array('create files'); } ?>