1
0
mirror of https://github.com/ElvishArtisan/rivendell.git synced 2025-05-15 08:22:00 +02:00
Fred Gleason af9a155965 2019-01-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'lineNumber' parameter to the 'padUpdate' structure.
	* Added a 'FIELD_LINE_NUMBER' data value to PyPAD.
	* Defined the '%z' metadata wildcard to refer to log line number.
	* Added a 'lineId' parameter to the 'padUpdate' structure.
	* Added 'FIELD_LINE_ID' data value to PyPAD.
	* Defined the '%x' metadata wildcard to refer to log line ID.
2019-01-02 13:13:54 -05:00

32 lines
1.0 KiB
C

// rdnownext.h
//
// Rivendell Now & Next Implementation
//
// (C) Copyright 2008,2016 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public
// License along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
#ifndef RDNOWNEXT_H
#define RDNOWNEXT_H
#include <rdlog_line.h>
#include "../apis/rlm/rlm.h"
void RDResolveNowNext(QString *str,RDLogLine **loglines,int line,int encoding);
QString RDResolveNowNext(const QString &pattern,RDLogLine *ll,int line);
#endif // RDNOWNEXT_H