Blame src/dnsmasq/nm-dnsmasq-utils.h

Packit Service 87a54e
/* SPDX-License-Identifier: GPL-2.0-or-later */
Packit 5756e2
/*
Packit 5756e2
 * Copyright (C) 2013 Red Hat, Inc.
Packit 5756e2
 */
Packit 5756e2
Packit 5756e2
#ifndef __NETWORKMANAGER_DNSMASQ_UTILS_H__
Packit 5756e2
#define __NETWORKMANAGER_DNSMASQ_UTILS_H__
Packit 5756e2
Packit 5756e2
#include "platform/nm-platform.h"
Packit 5756e2
Packit Service a1bd4f
gboolean nm_dnsmasq_utils_get_range(const NMPlatformIP4Address *addr,
Packit Service a1bd4f
                                    char *                      out_first,
Packit Service a1bd4f
                                    char *                      out_last,
Packit Service a1bd4f
                                    char **                     out_error_desc);
Packit 5756e2
Packit 5756e2
#endif /* __NETWORKMANAGER_DNSMASQ_UTILS_H__ */