]> cygwin.com Git - cygwin-apps/setup.git/blame - mklink2.h
Support xz and lzma decompression via liblzma
[cygwin-apps/setup.git] / mklink2.h
CommitLineData
12e726c4
MB
1#ifndef SETUP_MKLINK2_H
2#define SETUP_MKLINK2_H
b24c88b3
RC
3
4/* This part of the code must be in C because the C++ interface to COM
5doesn't work. */
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
3c054baf 11 void make_link_2 (char const *exepath, char const *args, char const *icon, char const *lname);
b24c88b3
RC
12
13 int mkcygsymlink (const char *from, const char *to);
d2e8d256 14 int mkcyghardlink (const char *from, const char *to);
b24c88b3
RC
15
16#ifdef __cplusplus
17};
18#endif
12e726c4
MB
19
20#endif /* SETUP_MKLINK2_H */
This page took 0.046171 seconds and 5 git commands to generate.