diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-11-17 20:29:22 -0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-11-17 20:29:22 -0200 |
| commit | 0fc7b2216ae55d51ddf3cfdc6e5bf0a0da5ad9d8 (patch) | |
| tree | 1a49a24a0d5524e63858b7f596bd1d84f8ec1329 /include | |
| parent | be7972124c8700ebd9ac5603ae9b08635c446454 (diff) | |
o ncpfs: fix up header cleanup: forward declare struct sock.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ncp_fs_sb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ncp_fs_sb.h b/include/linux/ncp_fs_sb.h index 9febc18c6a85..81105d08ba5c 100644 --- a/include/linux/ncp_fs_sb.h +++ b/include/linux/ncp_fs_sb.h @@ -17,6 +17,8 @@ #define NCP_DEFAULT_OPTIONS 0 /* 2 for packet signatures */ +struct sock; + struct ncp_server { struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of |
