summaryrefslogtreecommitdiff
path: root/lib/xref.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-07-21 08:28:04 +0200
committerDavid Lamparter <equinox@diac24.net>2021-02-01 17:28:11 +0100
commit01485adb9d07d74c0ef02f1b47cad4ce46161934 (patch)
tree2ca1e66f04e00137d0a1d321b3f07b073ef55991 /lib/xref.h
parentfeb06e7a93af3642d23cad951e2eaf544025f64a (diff)
lib/xref: add xrefs for install_element()
Combined with the DEFUN xrefs, this means we can extract the full CLI tree from a binary file. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/xref.h')
-rw-r--r--lib/xref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xref.h b/lib/xref.h
index 29c68820fd..11796bc4f8 100644
--- a/lib/xref.h
+++ b/lib/xref.h
@@ -31,6 +31,7 @@ enum xref_type {
XREFT_LOGMSG = 0x200,
XREFT_DEFUN = 0x300,
+ XREFT_INSTALL_ELEMENT = 0x301,
};
/* struct xref is the "const" part; struct xrefdata is the writable part. */