]> cygwin.com Git - cygwin-apps/setup.git/blob - mklink2.h
2001-11-13 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / mklink2.h
1
2 /* This part of the code must be in C because the C++ interface to COM
3 doesn't work. */
4
5 #ifdef __cplusplus
6 extern "C"
7 {
8 #endif
9 void make_link_2 (char *exepath, char *args, char *icon, char *lname);
10
11 int mkcygsymlink (const char *from, const char *to);
12
13 #ifdef __cplusplus
14 };
15 #endif
This page took 0.035845 seconds and 6 git commands to generate.