mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 19:58:07 +02:00
13 lines
185 B
C
13 lines
185 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2013 Red Hat, Inc.
|
|
*/
|
|
|
|
#ifndef NMTUI_H
|
|
#define NMTUI_H
|
|
|
|
extern NMClient *nm_client;
|
|
|
|
void nmtui_quit (void);
|
|
|
|
#endif /* NMTUI_H */
|