DPNS_REWINDDIR
Section: DPNS Library Functions (3)
Updated: $Date: 2001/10/04 12:12:49 $
Index
Return to Main Contents
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