NetworkManager/src/nmtui/nmtui.h
2021-03-15 17:10:54 +01:00

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 */