about summary refs log tree commit diff
path: root/src/nmtui/nmt-wifi-qr-dialog.h
blob: 310bb7c822745d759ecbc458bcffdc45b2b99174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2026 Red Hat, Inc.
 */

#ifndef NMT_WIFI_QR_DIALOG_H
#define NMT_WIFI_QR_DIALOG_H

#include "libnmt-newt/nmt-newt.h"

void nmt_wifi_qr_dialog_run(NMConnection *connection);

#endif /* NMT_WIFI_QR_DIALOG_H */