/** Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.* Distributed under the terms of the MIT License.*/#ifndef _FSSH_COMMAND_CP_H#define _FSSH_COMMAND_CP_H#include "fssh_defs.h"namespace FSShell {fssh_status_t command_cp(int argc, const char* const* argv);} // namespace FSShell#endif // _FSSH_COMMAND_CP_H