root/src/tools/bfs_shell/command_checkfs.h
/*
 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef CHECKFS_H
#define CHECKFS_H


#include "fssh_types.h"


namespace FSShell {


fssh_status_t command_checkfs(int argc, const char* const* argv);


}       // namespace FSShell


#endif  // CHECKFS_H