/* * bridge.h - header for bridge.cpp * $Id: bridge.h 151 2004-06-05 15:15:18Z rdenisc $ */ /*********************************************************************** * Copyright (C) 2002-2004 Remi Denis-Courmont. * * This program is free software; you can redistribute and/or modify * * it under the terms of the GNU General Public License as published * * by the Free Software Foundation; version 2 of the license. * * * * 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, you can get it from: * * http://www.gnu.org/copyleft/gpl.html * ***********************************************************************/ #ifndef __TCPREEN_BRIDGE_H # define __TCPREEN_BRIDGE_H # ifndef __cplusplus # error C++ only header # endif # include "log.h" int monitor_bridge(const int *fd, DataLogList *logs, long limit); #endif