View | Details | Raw Unified
Collapse All | Expand All

(-) src/libtcp-portmon.c.old (-3 / +3 lines)
 Lines 3-9    Link Here 
 *
 *
 * Copyright (C) 2005  Philip Kovacs kovacsp3@comcast.net
 * Copyright (C) 2005  Philip Kovacs kovacsp3@comcast.net
 * 
 * 
 * $Id: libtcp-portmon.c,v 1.13 2005/12/05 23:50:08 pkovacs Exp $
 * $Id: libtcp-portmon.c,v 1.14 2006/02/13 05:22:25 pkovacs Exp $
 *
 *
 * This library is free software; you can redistribute it and/or
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * modify it under the terms of the GNU Lesser General Public
 Lines 231-238    Link Here 
   p_monitor1 = (tcp_port_monitor_t *)p_data1;
   p_monitor1 = (tcp_port_monitor_t *)p_data1;
   p_monitor2 = (tcp_port_monitor_t *)p_data2;
   p_monitor2 = (tcp_port_monitor_t *)p_data2;
   return (p_monitor1->port_range_begin == p_monitor1->port_range_begin &&
   return (p_monitor1->port_range_begin == p_monitor2->port_range_begin &&
	   p_monitor2->port_range_end == p_monitor2->port_range_end);
	   p_monitor1->port_range_end == p_monitor2->port_range_end);
}
}
/* ---------------------------------------------------------------------------
/* ---------------------------------------------------------------------------