aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index 411ee07..445b0c3 100644
--- a/muamba.module
+++ b/muamba.module
@@ -9,6 +9,11 @@
* Definitions.
*/
define('MUAMBA_NODE_TYPE', 'muamba');
+define('MUAMBA_REQUESTED', 0);
+define('MUAMBA_ACCEPTED', 1);
+define('MUAMBA_REJECTED', 2);
+define('MUAMBA_RELEASED', 3);
+define('MUAMBA_RETURNED', 4);
/**
* Implements hook_permission()