-ensure external symbols have proper prefix for conversation service
[oweals/gnunet.git] / src / gns / w32nsp-install.c
index c9ba9944eb04d61f47cc21e29361d4f428a67565..dcdd16a862ed2787a13da517724a12b3cae8efa6 100644 (file)
@@ -1,8 +1,33 @@
+/*\r
+     This file is part of GNUnet.\r
+     (C) 2012 Christian Grothoff (and other contributing authors)\r
+\r
+     GNUnet is free software; you can redistribute it and/or modify\r
+     it under the terms of the GNU General Public License as published\r
+     by the Free Software Foundation; either version 3, or (at your\r
+     option) any later version.\r
+\r
+     GNUnet is distributed in the hope that it will be useful, but\r
+     WITHOUT ANY WARRANTY; without even the implied warranty of\r
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+     General Public License for more details.\r
+\r
+     You should have received a copy of the GNU General Public License\r
+     along with GNUnet; see the file COPYING.  If not, write to the\r
+     Free Software Foundation, Inc., 59 Temple Place - Suite 330,\r
+     Boston, MA 02111-1307, USA.\r
+*/\r
+/**\r
+ * @file gns/w32nsp-install.c\r
+ * @brief W32 integration installer for GNS\r
+ * @author LRN\r
+ */\r
+\r
 #define INITGUID\r
 #include <windows.h>\r
 #include <nspapi.h>\r
 #include <ws2spi.h>\r
-#include <gnunet_w32nsp_lib.h>\r
+#include "gnunet_w32nsp_lib.h"\r
 #include <stdio.h>\r
 \r
 int\r
@@ -53,4 +78,4 @@ main (int argc, char **argv)
   }\r
   WSACleanup();\r
   return r;\r
-}
\ No newline at end of file
+}\r