aboutsummaryrefslogtreecommitdiff
path: root/include/copy.h
blob: 81e543aa40af62e4b14ce22986cdad0720a2ed08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __COPY_H
#define __COPY_H

#include <ftw.h>
#include <sys/stat.h>

int copy_recursively(const char *fpath,
                     const struct stat *sb,
                     int typeflag,
                     struct FTW *ftwbuf);

#endif