summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-01-17 21:34:11 +0100
committerKay Sievers <kay@vrfy.org>2013-01-17 21:34:11 +0100
commit55c0b89c575fcb2c075286d444ed4fb1cf8c8563 (patch)
treeb853f027b41ef5088bbac997c505d36d228aa38e /src/shared/util.h
parent86ed7ec58b9b6a0907bbb3b8d07c930e52915de0 (diff)
systemctl add command list-dependencies
systemctl list-dependencies lists all unit's dependecies and recursively expands all subsidiary target units into a tree. Primary purpose for this command is to show all units which are enabled in specified target.
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index bbf744e900..cdaff45772 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -555,6 +555,7 @@ typedef enum DrawSpecialChar {
DRAW_TREE_VERT,
DRAW_TREE_BRANCH,
DRAW_TREE_RIGHT,
+ DRAW_TREE_SPACE,
DRAW_TRIANGULAR_BULLET,
_DRAW_SPECIAL_CHAR_MAX
} DrawSpecialChar;