xref: /haiku/src/tools/fs_shell/fs_shell_command.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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_FS_SHELL_COMMAND_H
6 #define _FSSH_FS_SHELL_COMMAND_H
7 
8 
9 extern bool gUsesFifos;
10 
11 
12 bool	send_external_command(const char* command, int* result);
13 
14 
15 #endif	// _FSSH_FS_SHELL_COMMAND_H
16