mirror of
https://github.com/m5stack/libsmb2.git
synced 2026-05-20 11:41:57 -07:00
22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
module SMB2 [system] [extern_c] {
|
|
module LibSMB2 {
|
|
header "apple/config.h"
|
|
header "smb2/smb2-errors.h"
|
|
header "smb2/smb2.h"
|
|
header "smb2/libsmb2.h"
|
|
header "smb2/libsmb2-dcerpc.h"
|
|
header "smb2/libsmb2-dcerpc-lsa.h"
|
|
header "smb2/libsmb2-dcerpc-srvsvc.h"
|
|
}
|
|
|
|
module Internal {
|
|
header "libsmb2-private.h"
|
|
}
|
|
|
|
explicit module Raw {
|
|
header "smb2/libsmb2-raw.h"
|
|
}
|
|
|
|
export SMB2
|
|
}
|