diff options
| author | 2005-08-30 09:30:09 -0700 | |
|---|---|---|
| committer | 2005-08-30 09:30:09 -0700 | |
| commit | 288ceb8f142249109fd2e9f1bf0492bd6ff6d892 (patch) | |
| tree | eab3d229c7a527816db405299ce9603e538b521f /include/linux/ip.h | |
| parent | [IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cleanup (diff) | |
| parent | [INET]: compile errors when DEBUG is defined (diff) | |
Auto-update from upstream
Diffstat (limited to 'include/linux/ip.h')
| -rw-r--r-- | include/linux/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ip.h b/include/linux/ip.h index 31e7cedd9f84..33e8a19a1a0f 100644 --- a/include/linux/ip.h +++ b/include/linux/ip.h @@ -196,6 +196,8 @@ static inline void inet_sk_copy_descendant(struct sock *sk_to, #endif #endif +extern int inet_sk_rebuild_header(struct sock *sk); + struct iphdr { #if defined(__LITTLE_ENDIAN_BITFIELD) __u8 ihl:4, |
