X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fwin32%2Fsetup-shared.h;h=fca770d218e7bee58bb34bc242a7c3baecd1d0ef;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=5801f4218bfa73bdfb1061f7d227b45c49ea839c;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/win32/setup-shared.h b/src/win32/setup-shared.h old mode 100755 new mode 100644 index 5801f42..fca770d --- a/src/win32/setup-shared.h +++ b/src/win32/setup-shared.h @@ -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 #include @@ -28,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 */ @@ -39,6 +36,3 @@ int direxist(char *dir); /* Get Windows main directory */ void get_win_dir(char *file, int f_size); - - -/* EOF */