freebsd-ports/security/bro/files/patch-Conn.h
Yen-Ming Lee 5a33db37d4 - unbreak this port on 5.x
PR:		71853
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-19 02:09:40 +00:00

20 lines
385 B
C++

--- Conn.h.orig Sat Sep 18 15:42:16 2004
+++ Conn.h Sat Sep 18 15:42:30 2004
@@ -223,6 +223,8 @@
return 1;
}
+ void DeleteTimer(double t);
+
protected:
virtual void UpdateEndpointVal(RecordVal* endp, int is_orig) = 0;
@@ -235,8 +237,6 @@
friend class ConnectionTimer;
void RemoveTimer(Timer* t);
-
- void DeleteTimer(double t);
void InactivityTimer(double t);