diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-11 21:32:06 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-06 18:15:34 +0200 |
commit | fe011935cdeda14b61297e72bc30eae46ccd4f55 (patch) | |
tree | ca89a7f40f70a5e5477298d1555d127f94a8b46f /lib/command.h | |
parent | Merge pull request #2376 from mjstapp/doc_link (diff) | |
download | frr-fe011935cdeda14b61297e72bc30eae46ccd4f55.tar.xz frr-fe011935cdeda14b61297e72bc30eae46ccd4f55.zip |
lib: add string utilities
I see lots of the same code being copy-pasted and slightly tweaked for
string processing all over the codebase. Time to start aggregating these
pieces into something consistent and correct.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/command.h b/lib/command.h index 8d9c39b0e..58cc58600 100644 --- a/lib/command.h +++ b/lib/command.h @@ -33,9 +33,6 @@ DECLARE_MTYPE(HOST) DECLARE_MTYPE(COMPLETION) -/* for test-commands.c */ -DECLARE_MTYPE(STRVEC) - /* Host configuration variable */ struct host { /* Host name of this router. */ |