]> git.proxmox.com Git - ceph.git/blob - ceph/src/pmdk/src/tools/pmempool/check.h
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / src / tools / pmempool / check.h
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
8 int pmempool_check_func(const char *appname, int argc, char *argv[]);
9 void pmempool_check_help(const char *appname);