summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index ad251e3..1a8e50e 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,6 +4,13 @@
(:use #:cl)
(:export
+ ;; macros
+ #:let-cond
+ #:let-if
+ #:let-when
+ #:getob
+ #:def-json-wrap
+
;; main class
#:client
#:homeserver
@@ -23,11 +30,9 @@
#:auto-joiner
;; json data utilities & accessors
- #:def-json-wrap
#:event-content
#:event-id
#:event-type
- #:getob
#:msg-body
#:msg-type
#:prev-content