function blogapi_perm

Implementation of hook_perm().

Archivo

drupal-6.x/modules/blogapi/blogapi.module, line 25
Enable users to post using applications that support XML-RPC blog APIs.

Código

function blogapi_perm() {
  return array('administer content with blog api');
}