File: module.modulemap

package info (click to toggle)
olm 3.2.13~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,164 kB
  • sloc: cpp: 15,245; ansic: 10,894; java: 3,244; objc: 2,291; python: 1,890; javascript: 1,883; makefile: 468; sh: 218; asm: 7; xml: 1
file content (13 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
module OLMKit {
    header "../OLMAccount.h"
    header "../OLMSession.h"
    header "../OLMMessage.h"
    header "../OLMUtility.h"
    header "../OLMInboundGroupSession.h"
    header "../OLMOutboundGroupSession.h"
    header "../OLMPkEncryption.h"
    header "../OLMPkDecryption.h"
    header "../OLMPkSigning.h"
    header "../OLMSAS.h"
    export *
}