aboutsummaryrefslogtreecommitdiffstats
path: root/lib/guile/ffi/notmuch.ffi
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-05-05 14:42:32 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-05-05 14:45:34 +0200
commit2cb5bf997bfa81df0290e0496a15f1f39a569e78 (patch)
treee5d0241bc7b06717319fc30fc1b9e158b160f567 /lib/guile/ffi/notmuch.ffi
parent0abc6abea330c4279232037252c9010d96648d79 (diff)
downloaddotfiles-2cb5bf997bfa81df0290e0496a15f1f39a569e78.tar.gz
dotfiles-2cb5bf997bfa81df0290e0496a15f1f39a569e78.tar.bz2
dotfiles-2cb5bf997bfa81df0290e0496a15f1f39a569e78.zip
Import my guile libraries
Diffstat (limited to 'lib/guile/ffi/notmuch.ffi')
-rw-r--r--lib/guile/ffi/notmuch.ffi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/guile/ffi/notmuch.ffi b/lib/guile/ffi/notmuch.ffi
new file mode 100644
index 0000000..1f8bfce
--- /dev/null
+++ b/lib/guile/ffi/notmuch.ffi
@@ -0,0 +1,4 @@
+(define-ffi-module (ffi notmuch)
+ ; #:pkg-config "notmuch"
+ #:library '("libnotmuch")
+ #:include '("notmuch.h"))