/** Copyright 2012, Andreas Henriksson, sausageboy@gmail.com.* Distributed under the terms of the MIT License.*/#ifndef RESIZEFS_H#define RESIZEFS_H#include "fssh_types.h"namespace FSShell {fssh_status_t command_resizefs(int argc, const char* const* argv);} // namespace FSShell#endif // RESIZEFS_H