dpns_rewinddir(3) reset position to the beginning of a DPNS directory opened by

SYNOPSIS

#include <sys/types.h>
#include "dpns_api.h"

void dpns_rewinddir (dpns_DIR *dirp)

DESCRIPTION

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.

AUTHOR

LCG Grid Deployment Team