silc_file_fstat
SYNOPSIS
SilcBool silc_file_fstat(int fd, SilcFileStat return_stat);
DESCRIPTION
Returns status information of a opened file indicated by the file descriptor `fd'. The status information is returned to the `return_stat' structure.
Returns FALSE on error and sets the silc_errno. Returns TRUE otherwise.