aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/escrow.h')
-rw-r--r--src/escrow/escrow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/escrow/escrow.h b/src/escrow/escrow.h
index 1f5257970..a9e6e99e1 100644
--- a/src/escrow/escrow.h
+++ b/src/escrow/escrow.h
@@ -41,6 +41,11 @@
41 */ 41 */
42#define ESCROW_PLUGIN_STATE_POST_INIT 1 42#define ESCROW_PLUGIN_STATE_POST_INIT 1
43 43
44/**
45 * State while cleaning up
46 */
47#define ESCROW_PLUGIN_STATE_CLEANUP 2
48
44 49
45/** 50/**
46 * The ego list 51 * The ego list