Changeset 745 for trunk/server/source4/libcli/dgram/libdgram.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/libcli/dgram/libdgram.h
r414 r745 20 20 */ 21 21 22 #include "../libcli/netlogon .h"22 #include "../libcli/netlogon/netlogon.h" 23 23 24 24 /* … … 41 41 struct socket_context *sock; 42 42 struct tevent_context *event_ctx; 43 struct smb_iconv_convenience *iconv_convenience;44 43 45 44 /* the fd event */ … … 94 93 void *private_data); 95 94 struct nbt_dgram_socket *nbt_dgram_socket_init(TALLOC_CTX *mem_ctx, 96 struct tevent_context *event_ctx, 97 struct smb_iconv_convenience *); 95 struct tevent_context *event_ctx); 98 96 99 97 const char *dgram_mailslot_name(struct nbt_dgram_packet *packet);
Note:
See TracChangeset
for help on using the changeset viewer.