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