aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/ip_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/ip_state.h')
-rw-r--r--contrib/ipfilter/ip_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ipfilter/ip_state.h b/contrib/ipfilter/ip_state.h
index ae8b5c1530ca..b20f286d7674 100644
--- a/contrib/ipfilter/ip_state.h
+++ b/contrib/ipfilter/ip_state.h
@@ -6,7 +6,7 @@
* to the original author and the contributors.
*
* @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed
- * $Id: ip_state.h,v 2.1 1999/08/04 17:30:00 darrenr Exp $
+ * $Id: ip_state.h,v 2.1.2.2 2000/01/24 13:13:52 darrenr Exp $
*/
#ifndef __IP_STATE_H__
#define __IP_STATE_H__
@@ -151,6 +151,7 @@ extern int fr_stateinit __P((void));
extern int fr_tcpstate __P((ipstate_t *, fr_info_t *, ip_t *, tcphdr_t *));
extern ipstate_t *fr_addstate __P((ip_t *, fr_info_t *, u_int));
extern frentry_t *fr_checkstate __P((ip_t *, fr_info_t *));
+extern void ip_statesync __P((void *));
extern void fr_timeoutstate __P((void));
extern void fr_tcp_age __P((u_long *, u_char *, ip_t *, fr_info_t *, int));
extern void fr_stateunload __P((void));