summaryrefslogtreecommitdiff
path: root/src/basic/blkid-util.h
blob: 6c4ccc2c0722cb98a58e48bc7cb4c602f0435974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  Copyright 2014 Lennart Poettering
***/

#if HAVE_BLKID
#include <blkid.h>
#endif

#include "util.h"

#if HAVE_BLKID
DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
#endif