1 #ifndef SETUP_MKLINK2_H
2 #define SETUP_MKLINK2_H
4 /* This part of the code must be in C because the C++ interface to COM
11 void make_link_2 (char const *exepath
, char const *args
, char const *icon
, char const *lname
);
13 int mkcygsymlink (const char *from
, const char *to
);
14 int mkcyghardlink (const char *from
, const char *to
);
28 extern SymlinkTypeEnum symlinkType
;
30 #endif /* SETUP_MKLINK2_H */