Man Linux: Main Page and Category List

NAME

       dpns_rewinddir  -  reset  position to the beginning of a DPNS directory
       opened by dpns_opendir in the name server

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.

SEE ALSO

       dpns_closedir(3), dpns_opendir(3), dpns_readdir(3), dpns_readdirx(3)

AUTHOR

       LCG Grid Deployment Team