1 /*-------------------------------------------------------------------------
6 * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/storage/copydir.h
11 *-------------------------------------------------------------------------
16 extern void copydir(char *fromdir
, char *todir
, bool recurse
);
17 extern void copy_file(char *fromfile
, char *tofile
);
19 #endif /* COPYDIR_H */