summaryrefslogtreecommitdiff
path: root/clients/tui/nmtui.h
blob: db67ff577ca0f21f6478ac1480609d27fc549f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */