]> err.no Git - backuppcd/blob - link.h
Import gnulib stuff
[backuppcd] / link.h
1 #include "compat.h"
2 #include "backuppcd.h"
3 #include "backuppcd-common.h"
4
5 #ifndef HAVE_LINK
6 #  ifndef _RSK_LINK_H
7 #    define _RSK_LINK_H 1
8 #    include "compat.h"
9 #    include "backuppcd.h"
10 #    include "backuppcd-common.h"
11
12 int link(const char *oldpath, const char *newpath);
13
14 #  endif /* _RSK_LINK_H */
15 #endif /* HAVE_LINK */