]> cygwin.com Git - cygwin-apps/setup.git/blame - mklink2.h
2001-11-13 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / mklink2.h
CommitLineData
b24c88b3
RC
1
2/* This part of the code must be in C because the C++ interface to COM
3doesn't work. */
4
5#ifdef __cplusplus
6extern "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.022202 seconds and 5 git commands to generate.