#ifndef HAVE_LINK
#  ifndef _RSK_LINK_H
#    define _RSK_LINK_H 1
#    include "compat.h"
#    include "backuppcd.h"
#    include "backuppcd-common.h"

int link(const char *oldpath, const char *newpath);

#  endif /* _RSK_LINK_H */
#endif /* HAVE_LINK */
