You are here

function account_sync_perm in Account Sync 6

Implementation of hook_perm().

File

./account_sync.module, line 54

Code

function account_sync_perm() {
  return array(
    'administer account sync',
    'sync account',
  );
}