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=ab5d4ddd0a73097bebf4dfc7f089dec17daf44ba;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/win32/os_win.h b/src/win32/os_win.h index ab5d4dd..70934f1 100755 --- a/src/win32/os_win.h +++ b/src/win32/os_win.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/win32/os_win.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -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();