blob: 80af296e91596fd7adbad47d83b12a156ce31f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2014 - 2016 Red Hat, Inc.
*/
#ifndef __NM_SD_H__
#define __NM_SD_H__
#include "src/systemd/sd-dhcp6-client.h"
/*****************************************************************************/
guint nm_sd_event_attach_default(void);
#endif /* __NM_SD_H__ */
|