1DPNS_REWINDDIR(3) DPNS Library Functions DPNS_REWINDDIR(3)
2
3
4
6 dpns_rewinddir - reset position to the beginning of a DPNS directory
7 opened by dpns_opendir in the name server
8
10 #include <sys/types.h>
11 #include "dpns_api.h"
12
13 void dpns_rewinddir (dpns_DIR *dirp)
14
16 dpns_rewinddir resets the position to the beginning of a DPNS directory
17 opened by dpns_opendir in the name server.
18
19 dirp specifies the pointer value returned by dpns_opendir.
20
22 dpns_closedir(3), dpns_opendir(3), dpns_readdir(3), dpns_readdirx(3)
23
25 LCG Grid Deployment Team
26
27
28
29DPNS $Date: 2001/10/04 12:12:49 $ DPNS_REWINDDIR(3)