dpns_rewinddir(3) - Linux man page
Name
dpns_rewinddir - reset position to the beginning of a DPNS directory opened by dpns_opendir in the name serverSynopsis
#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.