⛏️ index : haiku.git

/*
 * 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