]> git.proxmox.com Git - ceph.git/blame - ceph/src/pmdk/src/tools/pmempool/check.h
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / src / tools / pmempool / check.h
CommitLineData
a4b75251
TL
1/* SPDX-License-Identifier: BSD-3-Clause */
2/* Copyright 2014-2020, Intel Corporation */
3
4/*
5 * check.h -- pmempool check command header file
6 */
7
8int pmempool_check_func(const char *appname, int argc, char *argv[]);
9void pmempool_check_help(const char *appname);