blob: 4a09c75dcb5e3cdf2fca00c8177c1b1e2dabd04f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013 Red Hat, Inc.
*/
#ifndef NMTUI_H
#define NMTUI_H
extern NMClient *nm_client;
void nmtui_quit(void);
#endif /* NMTUI_H */
|