X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fwin32%2Fos_win.h;h=70934f1fb80b0fb9f6723daf4287f38014a7db3a;hp=a84e445d11cb963978b87e77d2e2b374bcee4476;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/win32/os_win.h b/src/win32/os_win.h index a84e445..70934f1 100755 --- a/src/win32/os_win.h +++ b/src/win32/os_win.h @@ -1,11 +1,12 @@ -/* @(#) $Id: os_win.h,v 1.8 2009/06/24 18:53:10 dcid Exp $ */ +/* @(#) $Id: ./src/win32/os_win.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ @@ -22,11 +23,11 @@ int InstallService(char *path); /** int UninstallService() * Uninstall the OSSEC HIDS agent service. */ -int UninstallService(); +int UninstallService(); -/** int QueryService(): - * Checks if service is running. +/** int QueryService(): + * Checks if service is running. * Return 1 on success (running) or 0 if not. */ int CheckServiceRunning();