]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/blkid-util.h
resolve: voidify sd_event_add_signal() and sd_event_set_watchdog()
[thirdparty/systemd.git] / src / basic / blkid-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
1b9e5b12
LP
2#pragma once
3
349cc4a5 4#if HAVE_BLKID
6b5cf3ea 5#include <blkid.h>
1b9e5b12
LP
6#endif
7
8#include "util.h"
9
349cc4a5 10#if HAVE_BLKID
1b9e5b12 11DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
1b9e5b12 12#endif