Changeset 740 for vendor/current/source4/ntvfs/ntvfs.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/ntvfs/ntvfs.h
r414 r740 25 25 #include "param/share.h" 26 26 #include "librpc/gen_ndr/security.h" 27 #include "librpc/gen_ndr/server_id .h"27 #include "librpc/gen_ndr/server_id4.h" 28 28 29 29 /* modules can use the following to determine if the interface has changed */ … … 210 210 211 211 struct { 212 void *private_data; 213 struct socket_address *(*get_my_addr)(void *private_data, TALLOC_CTX *mem_ctx); 214 struct socket_address *(*get_peer_addr)(void *private_data, TALLOC_CTX *mem_ctx); 212 const struct tsocket_address *local_address; 213 const struct tsocket_address *remote_address; 215 214 } client; 216 215 … … 334 333 struct messaging_context; 335 334 #include "librpc/gen_ndr/security.h" 336 #include "librpc/gen_ndr/ notify.h"335 #include "librpc/gen_ndr/s4_notify.h" 337 336 #include "ntvfs/ntvfs_proto.h" 338 337
Note:
See TracChangeset
for help on using the changeset viewer.