2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _FSSH_STAT_PRIV_H
6 #define _FSSH_STAT_PRIV_H
13 int unrestricted_stat(const char *path
, struct fssh_stat
*fsshStat
);
14 int unrestricted_fstat(int fd
, struct fssh_stat
*fsshStat
);
15 int unrestricted_lstat(const char *path
, struct fssh_stat
*fsshStat
);
17 } // namespace FSShell
20 #endif // _FSSH_STAT_PRIV_H