X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fclient-agent%2Fagentd.h;h=87b5c926fb59d34cb0ab5f3563a5343bc0f7257d;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=c2b9dd10ed192ed6a380972b41f7f5c74d4f3379;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/client-agent/agentd.h b/src/client-agent/agentd.h index c2b9dd1..87b5c92 100755 --- a/src/client-agent/agentd.h +++ b/src/client-agent/agentd.h @@ -1,11 +1,12 @@ -/* @(#) $Id: agentd.h,v 1.26 2009/06/24 17:06:24 dcid Exp $ */ +/* @(#) $Id: ./src/client-agent/agentd.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 */ @@ -39,7 +40,7 @@ void *receive_msg(); /* Receiver messages for Windows */ void *receiver_thread(void *none); -/* intcheck_file: +/* intcheck_file: * Sends integrity checking information about a file to the server. */ int intcheck_file(char *file_name, char *dir); @@ -63,7 +64,7 @@ void run_notify(); /*** Global variables ***/ /* Global variables. Only modified - * during startup. + * during startup. */ #include "shared.h"