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