X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fwin32%2Fsetup-shared.h;fp=src%2Fwin32%2Fsetup-shared.h;h=fca770d218e7bee58bb34bc242a7c3baecd1d0ef;hp=7fb1a158d7c6ad8957352d10f758c5bcacedd96c;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/win32/setup-shared.h b/src/win32/setup-shared.h old mode 100755 new mode 100644 index 7fb1a15..fca770d --- a/src/win32/setup-shared.h +++ b/src/win32/setup-shared.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/win32/setup-shared.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,7 +7,6 @@ * Foundation */ - #include #include #include @@ -29,10 +25,10 @@ #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 */ @@ -40,6 +36,3 @@ int direxist(char *dir); /* Get Windows main directory */ void get_win_dir(char *file, int f_size); - - -/* EOF */