Imported Upstream version 2.7
[ossec-hids.git] / src / win32 / os_win.h
index a84e445..70934f1 100755 (executable)
@@ -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();