]> cygwin.com Git - cygwin-apps/setup.git/blob - mklink2.h
* filemanip.cc (struct _FILE_RENAME_INFORMATION): Remove definition.
[cygwin-apps/setup.git] / mklink2.h
1 #ifndef SETUP_MKLINK2_H
2 #define SETUP_MKLINK2_H
3
4 /* This part of the code must be in C because the C++ interface to COM
5 doesn't work. */
6
7 #ifdef __cplusplus
8 extern "C"
9 {
10 #endif
11 void make_link_2 (char const *exepath, char const *args, char const *icon, char const *lname);
12
13 int mkcygsymlink (const char *from, const char *to);
14 int mkcyghardlink (const char *from, const char *to);
15
16 #ifdef __cplusplus
17 };
18 #endif
19
20 #endif /* SETUP_MKLINK2_H */
This page took 0.036644 seconds and 6 git commands to generate.