Skip to content

Commit

Permalink
[src]: export more symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jan 15, 2016
1 parent e976302 commit 738b067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codegen/templates/package.lisp.pytemplate
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
% endif
% endfor


;; frames
#:make-frame-parser
#:make-frame-payload-parser
#:frame-payload-parser-consume
#:frame-payload-parser-finish
#:method-frame
#:header-frame
#:body-frame
#:heartbeat-frame
#:frame-channel
#:frame-payload-size
Expand Down Expand Up @@ -71,6 +71,7 @@
;; it prefixed with package name already
#:method-decode
#:method-class-from-signature
#:method-to-frames

## since there is only one properties class
## no need to remove duplicates
Expand Down
3 changes: 2 additions & 1 deletion src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
#:amqp-error-not-implemented
#:amqp-error-internal-error


;; frames
#:make-frame-parser
#:make-frame-payload-parser
#:frame-payload-parser-consume
#:frame-payload-parser-finish
#:method-frame
#:header-frame
#:body-frame
#:heartbeat-frame
#:frame-channel
#:frame-payload-size
Expand Down Expand Up @@ -223,6 +223,7 @@
;; it prefixed with package name already
#:method-decode
#:method-class-from-signature
#:method-to-frames

;; properties
#:amqp-property-content-type
Expand Down

0 comments on commit 738b067

Please sign in to comment.