diff options
Diffstat (limited to 'include/net/raw.h')
-rw-r--r-- | include/net/raw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/raw.h b/include/net/raw.h index 9c9fa98a91a4..20ebf0b3dfa8 100644 --- a/include/net/raw.h +++ b/include/net/raw.h | |||
@@ -61,6 +61,7 @@ void raw_seq_stop(struct seq_file *seq, void *v); | |||
61 | 61 | ||
62 | int raw_hash_sk(struct sock *sk); | 62 | int raw_hash_sk(struct sock *sk); |
63 | void raw_unhash_sk(struct sock *sk); | 63 | void raw_unhash_sk(struct sock *sk); |
64 | void raw_init(void); | ||
64 | 65 | ||
65 | struct raw_sock { | 66 | struct raw_sock { |
66 | /* inet_sock has to be the first member */ | 67 | /* inet_sock has to be the first member */ |