Blame libnm-core/nm-property-compare.h

Packit Service 87a54e
/* SPDX-License-Identifier: LGPL-2.1-or-later */
Packit 5756e2
/*
Packit 5756e2
 * Copyright (C) 2007 - 2014 Red Hat, Inc.
Packit 5756e2
 * Copyright (C) 2007 - 2008 Novell, Inc.
Packit 5756e2
 */
Packit 5756e2
Packit 5756e2
#ifndef __NM_PROPERTY_COMPARE_H__
Packit 5756e2
#define __NM_PROPERTY_COMPARE_H__
Packit 5756e2
Packit Service a1bd4f
#if !((NETWORKMANAGER_COMPILATION) &NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_CORE_PRIVATE)
Packit Service a1bd4f
    #error Cannot use this header.
Packit 5756e2
#endif
Packit 5756e2
Packit Service a1bd4f
int nm_property_compare(GVariant *value1, GVariant *value2);
Packit 5756e2
Packit 5756e2
#endif /* __NM_PROPERTY_COMPARE_H__ */