hc_opendir
if ((dir = hc_opendir(host, path)) == NULL)
if ((dir = hc_opendir(&DstHost, dpath)) != NULL) {
DIR *hc_opendir(struct HostConf *hc, const char *path);