]> cygwin.com Git - cygwin-apps/setup.git/blob - mklink2.h
2002-02-19 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 const *exepath, char const *args, char const *icon, char const *lname);
10
11 int mkcygsymlink (const char *from, const char *to);
12
13 #ifdef __cplusplus
14 };
15 #endif
This page took 0.03785 seconds and 6 git commands to generate.