Skip to content

Commit

Permalink
Export main which is the entrypoint for dump
Browse files Browse the repository at this point in the history
  • Loading branch information
BonfaceKilz committed Jan 19, 2023
1 parent 0b8926b commit ae2724e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dump.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
(:import-from :trivial-utf-8 :string-to-utf-8-bytes :write-utf-8-bytes :utf-8-bytes-to-string)
(:import-from :lmdb :with-env :*env* :get-db :with-txn :put :g3t :uint64-to-octets
:with-cursor :cursor-first :do-cursor :cursor-del :octets-to-uint64
:db-statistics))
:db-statistics)
(:export
:main))

(in-package :dump)

Expand Down

0 comments on commit ae2724e

Please sign in to comment.