summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-02-17 08:18:22 -0500
committerGitHub <noreply@github.com>2023-02-17 08:18:22 -0500
commita15b0b10240041d6f7a624020d2934fdf5a0f271 (patch)
treec6bb3fe3d21dff61f50b31299a4c979d1db43c35 /lib/command.h
parent87c2e9163dbf73ffaca5bb0a39dc5ee798397f3a (diff)
parent234f6fd4f4804bb17bd8cbb1dd91994a914f38d2 (diff)
Merge pull request #12727 from opensourcerouting/feature/bgp_software_version_capability
bgpd: Software Version Capability
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 5aaa6d6cd8..28bb96e0ec 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -606,6 +606,7 @@ extern const char *cmd_domainname_get(void);
extern const char *cmd_system_get(void);
extern const char *cmd_release_get(void);
extern const char *cmd_version_get(void);
+extern const char *cmd_software_version_get(void);
extern bool cmd_allow_reserved_ranges_get(void);
/* NOT safe for general use; call this only if DEV_BUILD! */