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

r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)

This commit is contained in:
Andrew Tridgell
2004-11-02 06:42:15 +00:00
committed by Gerald (Jerry) Carter
parent 3f75117db9
commit b97e395c81
60 changed files with 134 additions and 80 deletions

View File

@@ -21,6 +21,8 @@
#include "includes.h"
#include "auth/auth.h"
#include "dlinklist.h"
#include "asn_1.h"
/*
close the socket and shutdown a server_context
@@ -443,7 +445,7 @@ static void ldapsrv_recv(struct server_connection *conn, time_t t,
uint8_t *buf;
int buf_length, msg_length;
DATA_BLOB blob;
ASN1_DATA data;
struct asn1_data data;
struct ldapsrv_call *call;
NTSTATUS status;