isempty
error = isempty(xc, targ_fileid, &empty);
int isempty(struct Xconn *, fileid_t, bool *);
int error, isempty;
isempty = dirhash_dir_isempty(udf_node->dir_hash);
return isempty;
int error, isempty;
isempty = dirhash_dir_isempty(udf_node->dir_hash);
if (!isempty) {
bool *isempty = arg;
*isempty = true;