Imported Upstream version 1.14.1
[platform/upstream/augeas.git] / modules / savedir
1 Description:
2 Return the entries of a directory (just the names) as an argz string.
3
4 Files:
5 lib/savedir.h
6 lib/savedir.c
7 m4/savedir.m4
8
9 Depends-on:
10 closedir
11 dirent-safer
12 fdopendir
13 opendir
14 readdir
15 stpcpy
16 xalloc
17
18 configure.ac:
19 gl_SAVEDIR
20
21 Makefile.am:
22 lib_SOURCES += savedir.c
23
24 Include:
25 "savedir.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering