mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-31 04:08:16 +02:00
13 lines
199 B
C
13 lines
199 B
C
/* 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 */
|