Skip to content

Commit

Permalink
Merge pull request #5 from doby162/master
Browse files Browse the repository at this point in the history
Export required symbols for better separation of packages
  • Loading branch information
bonkzwonil committed Feb 11, 2017
2 parents 5b26274 + 25fbbd2 commit f836876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defrest.lisp
Expand Up @@ -31,7 +31,7 @@
(defpackage defrest
(:use :cl :hunchentoot :cl-ppcre :split-sequence)
(:nicknames rest)
(:export defrest create-rest-table-dispatcher undefrest))
(:export defrest create-rest-table-dispatcher undefrest start easy-acceptor))

(in-package :rest)

Expand Down

0 comments on commit f836876

Please sign in to comment.