select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / backup-rename
blobcdc96e6f03dbecea7a8745c109661532e519e755
1 Description:
2 Rename a file to a backup name.
4 Files:
5 lib/backup-internal.h
6 lib/backup-rename.c
7 lib/backupfile.c
8 lib/backupfile.h
9 m4/backupfile.m4
11 Depends-on:
12 argmatch
13 attribute
14 basename-lgpl
15 c99
16 closedir
17 d-ino
18 dirent-safer
19 fcntl
20 memcmp
21 opendirat
22 readdir
23 renameatu
24 stdbool
25 stdint
26 xalloc-oversized
28 configure.ac:
29 gl_BACKUPFILE
31 Makefile.am:
32 lib_SOURCES += backupfile.c backup-rename.c
34 Include:
35 "backupfile.h"
37 Link:
38 $(LIB_MBRTOWC)
40 License:
41 GPL
43 Maintainer:
44 Paul Eggert, Jim Meyering