--- multistep.module	2009-01-25 11:13:11.000000000 -0500
+++ multistep.module	2009-01-25 11:15:28.000000000 -0500
@@ -35,6 +35,13 @@ function multistep_init() {
 }
 
 /**
+ * Implementation of hook_perm().
+ */
+function multistep_perm() {
+  return array('administer multistep');
+}
+
+/**
  * Implementation of hook_block().
  */
 function multistep_block($op = 'list', $delta = 0, $edit = array()) {
