mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
* Define this to get the real SMBCFILE and SMBCSRV structures
|
* Define this to get the real SMBCFILE and SMBCSRV structures
|
||||||
*/
|
*/
|
||||||
#define _SMBC_INTERNAL
|
#define _SMBC_INTERNAL
|
||||||
#include "libsmbclient.h"
|
#include "../include/libsmbclient.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structure we use if internal caching mechanism is used
|
* Structure we use if internal caching mechanism is used
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* Define this to get the real SMBCFILE and SMBCSRV structures
|
* Define this to get the real SMBCFILE and SMBCSRV structures
|
||||||
*/
|
*/
|
||||||
#define _SMBC_INTERNAL
|
#define _SMBC_INTERNAL
|
||||||
#include "libsmbclient.h"
|
#include "../include/libsmbclient.h"
|
||||||
|
|
||||||
struct smbc_compat_fdlist {
|
struct smbc_compat_fdlist {
|
||||||
SMBCFILE * file;
|
SMBCFILE * file;
|
||||||
|
Reference in New Issue
Block a user