about summary refs log tree commit diff
path: root/src/nmtui/nmtui-connect.h
blob: 811893e8084e3be8f09487410d09151e2fb70209 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2013 Red Hat, Inc.
 */

#ifndef NMTUI_CONNECT_H
#define NMTUI_CONNECT_H

NmtNewtForm *nmtui_connect(gboolean is_top, int argc, char **argv);

#endif /* NMTUI_CONNECT_H */