File: module.modulemap

package info (click to toggle)
libsmb2 6.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,992 kB
  • sloc: ansic: 33,026; sh: 221; makefile: 189; cpp: 98
file content (21 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}