diff options
Diffstat (limited to 'src/nmtui/nmtui.h')
| -rw-r--r-- | src/nmtui/nmtui.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nmtui/nmtui.h b/src/nmtui/nmtui.h new file mode 100644 index 00000000..db67ff57 --- /dev/null +++ b/src/nmtui/nmtui.h @@ -0,0 +1,13 @@ +/* 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 */ |