dpns_rewinddir

Langue: en

Version: $Date: 2001/10/04 12:12:49 $ (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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