]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - mklink2.h
Use solver to check for problems and produce a list of package transactions
[cygwin-apps/setup.git] / mklink2.h
index 8414d8bab1858a1dc0c39a9bbd02a7807c400cba..024474811336a6b7ead8de9959164d635acc21c8 100644 (file)
--- a/mklink2.h
+++ b/mklink2.h
@@ -1,3 +1,5 @@
+#ifndef SETUP_MKLINK2_H
+#define SETUP_MKLINK2_H
 
 /* This part of the code must be in C because the C++ interface to COM
 doesn't work. */
@@ -9,7 +11,10 @@ extern "C"
   void make_link_2 (char const *exepath, char const *args, char const *icon, char const *lname);
 
   int mkcygsymlink (const char *from, const char *to);
+  int mkcyghardlink (const char *from, const char *to);
 
 #ifdef __cplusplus
 };
 #endif
+
+#endif /* SETUP_MKLINK2_H */
This page took 0.021543 seconds and 5 git commands to generate.