]> cygwin.com Git - cygwin-apps/setup.git/blob - mklink2.h
2003-07-08 Max Bowsher <maxb@ukf.net>
[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
15 #ifdef __cplusplus
16 };
17 #endif
18
19 #endif /* SETUP_MKLINK2_H */
This page took 0.039 seconds and 6 git commands to generate.