1 /*-------------------------------------------------------------------------
6 * Portions Copyright (c) 1996-2024, 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(const char *fromdir
, const char *todir
, bool recurse
);
17 extern void copy_file(const char *fromfile
, const char *tofile
);
19 #endif /* COPYDIR_H */