You are here

function barcode_perm in Barcode 6.2

Implementation of hook_perm().

File

./barcode.module, line 32

Code

function barcode_perm() {
  return array(
    'administer barcodes',
  );
}