1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r17930: Merge noinclude branch:

* Move dlinklist.h, smb.h to subsystem-specific directories
 * Clean up ads.h and move what is left of it to dsdb/
   (only place where it's used)
This commit is contained in:
Jelmer Vernooij
2006-08-30 11:29:34 +00:00
committed by Gerald (Jerry) Carter
parent 43e95f4572
commit f7afa1cb77
106 changed files with 1680 additions and 702 deletions

View File

@@ -22,11 +22,11 @@
*/
#include "includes.h"
#include "smb.h"
#include "dlinklist.h"
#include "lib/util/dlinklist.h"
#include "lib/events/events.h"
#include "lib/socket/socket.h"
#include "lib/stream/packet.h"
#include "libcli/raw/smb.h"
struct packet_context {
packet_callback_fn_t callback;