Reset position to the beginning of a dpns directory opened by dpns_opendir in the name server
#include <sys/types.h>
#include "dpns_api.h"
void dpns_rewinddir (dpns_DIR *dirp)
dpns_rewinddir resets the position to the beginning of a DPNS directory opened by dpns_opendir in the name server.
dirp
specifies the pointer value returned by dpns_opendir.
LCG Grid Deployment Team