You are here

function geshinode_perm in GeSHi Filter for syntax highlighting 5.2

Same name and namespace in other branches
  1. 6 geshinode.module \geshinode_perm()

Implementation of hook_perm().

File

./geshinode.module, line 46

Code

function geshinode_perm() {
  return array(
    'create source code node',
    'edit source code node',
    'edit own source code node',
  );
}