aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.h')
-rw-r--r--pseudo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pseudo.h b/pseudo.h
index a6284e5..86fdd72 100644
--- a/pseudo.h
+++ b/pseudo.h
@@ -51,6 +51,9 @@ typedef enum {
*/
OP_SYMLINK,
OP_EXEC,
+ OP_MAY_UNLINK,
+ OP_DID_UNLINK,
+ OP_CANCEL_UNLINK,
OP_MAX
} op_id_t;
extern char *pseudo_op_name(op_id_t id);