X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fremoted%2Fremoted.h;h=d26e289a9a8e9a0f2778765de78eaa203c637299;hb=refs%2Ftags%2Fupstream%2F2.7;hp=2ebc56b15f131aed4ac3f0865624df4f41c6d87f;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/remoted/remoted.h b/src/remoted/remoted.h index 2ebc56b..d26e289 100755 --- a/src/remoted/remoted.h +++ b/src/remoted/remoted.h @@ -1,11 +1,12 @@ -/* @(#) $Id: remoted.h,v 1.18 2009/06/24 18:53:07 dcid Exp $ */ +/* @(#) $Id: ./src/remoted/remoted.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right 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 */ @@ -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();