diff options
Diffstat (limited to 'staticd/static_vty.h')
-rw-r--r-- | staticd/static_vty.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/staticd/static_vty.h b/staticd/static_vty.h new file mode 100644 index 00000000..4b4cc1c3 --- /dev/null +++ b/staticd/static_vty.h @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * STATICd - vty header + * Copyright (C) 2018 Cumulus Networks, Inc. + * Donald Sharp + */ +#ifndef __STATIC_VTY_H__ +#define __STATIC_VTY_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +void static_vty_init(void); + +#ifdef __cplusplus +} +#endif + +#endif |