criu/include/netfilter.h
Cyrill Gorcunov 830d92b0f0 headers: Unify include guards (in comments) and a few fixes
- fix names in comments
 - add empty lines where needed
 - fix rbtree.h
 - fix syscall-types.h

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-12-25 22:40:24 +04:00

11 lines
281 B
C

#ifndef __CR_NETFILTER_H__
#define __CR_NETFILTER_H__
struct inet_sk_desc;
int nf_lock_connection(struct inet_sk_desc *);
int nf_unlock_connection(struct inet_sk_desc *);
struct inet_sk_info;
int nf_unlock_connection_info(struct inet_sk_info *);
#endif /* __CR_NETFILTER_H__ */