summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/stubs.scm
blob: 273546c79c2d7da617025b5400e0e841c5501bc3 (plain)
1
2
3
4
5
6
7
(define-module (webid-oidc stubs)
  #:use-module (webid-oidc config)
  #:use-module (webid-oidc errors))

(load-extension
 (format #f "~a/libwebidoidc" libdir)
 "init_webidoidc")