new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / win32 / setup-shared.h
old mode 100755 (executable)
new mode 100644 (file)
index 5801f42..fca770d
@@ -1,5 +1,3 @@
-/* @(#) $Id$ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -8,7 +6,6 @@
  * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
-       
 
 #include <stdio.h>
 #include <stdlib.h>
 #define OS_MAXSTR   1024
 
 
-/* Checks if a file exist. */
+/* Check if a file exists */
 int fileexist(char *file);
 
-/* Grep for a string in a file. */
+/* Grep for a string in a file */
 int dogrep(char *file, char *str);
 
 /* Check if dir exists */
@@ -39,6 +36,3 @@ int direxist(char *dir);
 
 /* Get Windows main directory */
 void get_win_dir(char *file, int f_size);
-
-
-/* EOF */