table of contents
other versions
DPNS_REWINDDIR(3) | DPNS Library Functions | DPNS_REWINDDIR(3) |
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
$Date: 2001/10/04 12:12:49 $ | DPNS |