summaryrefslogtreecommitdiff
path: root/src/core/settings/plugins/ifupdown/nms-ifupdown-parser.h
blob: ced98dba016297f07540e3a9aa4ce7f445b2c688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Alexander Sack <asac@ubuntu.com>
 * Copyright (C) 2008 Canonical Ltd.
 */

#ifndef __NMS_IFUPDOWN_PARSER_H__
#define __NMS_IFUPDOWN_PARSER_H__

#include "nm-connection.h"
#include "nms-ifupdown-interface-parser.h"

NMConnection *
ifupdown_new_connection_from_if_block(if_block *block, gboolean autoconnect, GError **error);

#endif /* __NMS_IFUPDOWN_PARSER_H__ */