xref: /haiku/src/tools/fs_shell/command_cp.h (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
1 /*
2  * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FSSH_COMMAND_CP_H
6 #define _FSSH_COMMAND_CP_H
7 
8 
9 #include "fssh_defs.h"
10 
11 
12 namespace FSShell {
13 
14 
15 fssh_status_t	command_cp(int argc, const char* const* argv);
16 
17 
18 }	// namespace FSShell
19 
20 
21 #endif	// _FSSH_COMMAND_CP_H
22