diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 15:03:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:16 -0500 |
commit | e3f2414cf9e582a4e4deecc662b64a7bb2679a34 (patch) | |
tree | d7f9afc1db09bce58ff895418c97c36e6bb33908 /source4/ntvfs | |
parent | eefe30b7d8e17ed744318417954669bacf2b3ac0 (diff) | |
download | samba-e3f2414cf9e582a4e4deecc662b64a7bb2679a34.tar.gz samba-e3f2414cf9e582a4e4deecc662b64a7bb2679a34.tar.bz2 samba-e3f2414cf9e582a4e4deecc662b64a7bb2679a34.zip |
r14380: Reduce the size of structs.h
(This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ipc/vfs_ipc.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/ntvfs.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index b652b0f530..ad5c9594d5 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -29,6 +29,7 @@ #include "dlinklist.h" #include "smb_server/smb_server.h" #include "ntvfs/ntvfs.h" +#include "libcli/rap/rap.h" #include "ntvfs/ipc/proto.h" #include "rpc_server/dcerpc_server.h" diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h index b9b09890f9..0e15ee1542 100644 --- a/source4/ntvfs/ntvfs.h +++ b/source4/ntvfs/ntvfs.h @@ -213,4 +213,6 @@ struct ntvfs_critical_sizes { int sizeof_ntvfs_request; }; +struct messaging_context; + #include "ntvfs/ntvfs_proto.h" |