]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/blkid-util.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / shared / blkid-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #if HAVE_BLKID
5 # include <blkid.h>
6
7 # include "macro.h"
8
9 DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
10 #endif