]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/blkid-util.h
tree-wide: drop redundant _cleanup_ macros (#8810)
[thirdparty/systemd.git] / src / basic / blkid-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
1b9e5b12
LP
2#pragma once
3
4/***
5 This file is part of systemd.
6
7 Copyright 2014 Lennart Poettering
1b9e5b12
LP
8***/
9
349cc4a5 10#if HAVE_BLKID
6b5cf3ea 11#include <blkid.h>
1b9e5b12
LP
12#endif
13
14#include "util.h"
15
349cc4a5 16#if HAVE_BLKID
1b9e5b12 17DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
1b9e5b12 18#endif