Imported Upstream version 2.7
[ossec-hids.git] / src / remoted / remoted.h
index 5666d0c..d26e289 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/remoted/remoted.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -28,7 +29,7 @@
 int RemotedConfig(char *cfgfile, remoted *logr);
 
 /* Handle Remote connections */
-void HandleRemote(int position, int uid); 
+void HandleRemote(int position, int uid);
 
 /* Handle Syslog */
 void HandleSyslog();