summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 7c25741..0bb5ba2 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -45,6 +45,10 @@
#define COMPLETION_NEXT 0
#define COMPLETION_PREVIOUS 1
+/* Error codes for group_delete_group() */
+#define GROUP_DELETE_GROUP_OK 0
+#define GROUP_DELETE_GROUP_NONEMPTY 1
+
/* The list of groups. */
extern struct list_head rp_groups;