X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fclient-agent%2Fagentd.h;h=87b5c926fb59d34cb0ab5f3563a5343bc0f7257d;hp=dfd220cf7f483696bf581ad587fc8b071ceb30ae;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/client-agent/agentd.h b/src/client-agent/agentd.h index dfd220c..87b5c92 100755 --- a/src/client-agent/agentd.h +++ b/src/client-agent/agentd.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/client-agent/agentd.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -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"