Name

ap_pclosedir — close a DIR opened with ap_popendir()

Synopsis

void ap_pclosedir(pool *p, DIR * d)

Does a closedir() and cancels the cleanup registered by ap_popendir(). This function should only be called on a DIR created with ap_popendir().