mirror of
https://git.proxmox.com/git/fwupd
synced 2025-04-29 22:08:11 +00:00
13 lines
215 B
C
13 lines
215 B
C
/*
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-path.h"
|
|
|
|
gboolean
|
|
fu_path_fnmatch_impl(const gchar *pattern, const gchar *str);
|