1LFC_REWINDDIR(3) LFC Library Functions LFC_REWINDDIR(3)
2
3
4
6 lfc_rewinddir - reset position to the beginning of a LFC directory
7 opened by lfc_opendir in the name server
8
10 #include <sys/types.h>
11 #include "lfc_api.h"
12
13 void lfc_rewinddir (lfc_DIR *dirp)
14
16 lfc_rewinddir resets the position to the beginning of a LFC directory
17 opened by lfc_opendir in the name server.
18
19 dirp specifies the pointer value returned by lfc_opendir.
20
22 lfc_closedir(3), lfc_opendirg(3), lfc_readdir(3), lfc_readdirg(3)
23
25 LCG Grid Deployment Team
26
27
28
29LFC $Date: 2001/10/04 12:12:49 $ LFC_REWINDDIR(3)