X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Flogcollector%2Flogcollector.h;fp=src%2Flogcollector%2Flogcollector.h;h=6117b643393d6ec743769194e544329cc30a4c3a;hp=143bcacfd42767f611031726f18af9842ac5866f;hb=a62b46c229549212d536867b7e5e24d7576ebe8b;hpb=d623b82886b9b5fbba3fa27c3bfac51f3f8af108 diff --git a/src/logcollector/logcollector.h b/src/logcollector/logcollector.h index 143bcac..6117b64 100755 --- a/src/logcollector/logcollector.h +++ b/src/logcollector/logcollector.h @@ -1,11 +1,11 @@ -/* @(#) $Id: logcollector.h,v 1.28 2009/11/03 21:07:32 dcid Exp $ */ +/* @(#) $Id$ */ /* 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 */ @@ -57,6 +57,9 @@ void *read_mssql_log(int pos, int *rc, int drop_it); /* Read postgresql log format */ void *read_postgresql_log(int pos, int *rc, int drop_it); +/* read multi line logs. */ +void *read_multiline(int pos, int *rc, int drop_it); + /* Read DJB multilog format */ /* Initializes multilog. */ int init_djbmultilog(int pos); @@ -65,6 +68,7 @@ void *read_djbmultilog(int pos, int *rc, int drop_it); /* Read events from output of command */ void *read_command(int pos, int *rc, int drop_it); +void *read_fullcommand(int pos, int *rc, int drop_it); #ifdef WIN32