1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

libcli/smb: use forward declaration instead of includes

metze
This commit is contained in:
Stefan Metzmacher 2012-08-07 07:24:22 +02:00
parent 33705f4cc1
commit 145335878b

View File

@ -21,14 +21,13 @@
#ifndef _SMBXCLI_BASE_H_
#define _SMBXCLI_BASE_H_
#include <sys/uio.h>
#include "libcli/smb/smb2_create_blob.h"
struct smbXcli_conn;
struct smbXcli_session;
struct smbXcli_tcon;
struct smb_trans_enc_state;
struct GUID;
struct iovec;
struct smb2_create_blobs;
struct smbXcli_conn *smbXcli_conn_create(TALLOC_CTX *mem_ctx,
int fd,