summaryrefslogtreecommitdiffstats
path: root/sharpd/sharp_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sharpd/sharp_vty.h')
-rw-r--r--sharpd/sharp_vty.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sharpd/sharp_vty.h b/sharpd/sharp_vty.h
new file mode 100644
index 0000000..460e4f5
--- /dev/null
+++ b/sharpd/sharp_vty.h
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * VTY library for SHARP
+ * Copyright (C) Cumulus Networks, Inc.
+ * Donald Sharp
+ */
+#ifndef __SHARP_VTY_H__
+#define __SHARP_VTY_H__
+
+extern void sharp_vty_init(void);
+
+struct vty;
+
+extern void sharp_logpump_run(struct vty *vty, unsigned duration,
+ unsigned frequency, unsigned burst);
+
+#endif