summaryrefslogtreecommitdiff
path: root/clients/tui/nmtui.h
blob: 0eed180d02715241dc2b9c2010bdb50413ef214d (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 */