]> git.proxmox.com Git - mirror_frr.git/blame - sharpd/sharp_vty.h
Merge pull request #13139 from ribarroetavena/master
[mirror_frr.git] / sharpd / sharp_vty.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
8a71d93d
DS
2/*
3 * VTY library for SHARP
4 * Copyright (C) Cumulus Networks, Inc.
5 * Donald Sharp
8a71d93d
DS
6 */
7#ifndef __SHARP_VTY_H__
8#define __SHARP_VTY_H__
9
10extern void sharp_vty_init(void);
aef4a13f
DL
11
12struct vty;
13
14extern void sharp_logpump_run(struct vty *vty, unsigned duration,
15 unsigned frequency, unsigned burst);
16
8a71d93d 17#endif