about summary refs log tree commit diff
path: root/src/settings/plugins/ifupdown/nms-ifupdown-parser.h
blob: b8761fc376e376fc0a3a9e4b40767c66cbbe02c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0+
/*
 * 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__ */