X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fremoted%2Fremoted.h;h=d26e289a9a8e9a0f2778765de78eaa203c637299;hp=5666d0c231535a7254ef6ba5ccf2533f0b683d98;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/remoted/remoted.h b/src/remoted/remoted.h index 5666d0c..d26e289 100755 --- a/src/remoted/remoted.h +++ b/src/remoted/remoted.h @@ -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();