summary refs log tree commit diff
path: root/src/nmtui/nmtui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmtui.h')
-rw-r--r--src/nmtui/nmtui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nmtui/nmtui.h b/src/nmtui/nmtui.h
new file mode 100644
index 00000000..db67ff57
--- /dev/null
+++ b/src/nmtui/nmtui.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (C) 2013 Red Hat, Inc.
+ */
+
+#ifndef NMTUI_H
+#define NMTUI_H
+
+extern NMClient *nm_client;
+
+void nmtui_quit(void);
+
+#endif /* NMTUI_H */