1 #ifndef HAVE_LINK 2 # ifndef _RSK_LINK_H 3 # define _RSK_LINK_H 1 4 # include "compat.h" 5 # include "backuppcd.h" 6 # include "backuppcd-common.h" 7 8 int link(const char *oldpath, const char *newpath); 9 10 # endif /* _RSK_LINK_H */ 11 #endif /* HAVE_LINK */ |