Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
galdor committed Oct 5, 2011
1 parent 46869f8 commit 134b917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zeromq.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ context CONTEXT with type TYPE."
(call-ffi -1 '%setsockopt socket option %value length)))))))

(defun device (type frontend backend)
"Connect a frontend socket to a backend socket. This function always returns -1."
"Connect a frontend socket to a backend socket. This function always returns
-1."
(call-ffi 0 '%device (foreign-enum-value 'device-type type) frontend backend))

(defun msg-init-fill (message data)
Expand Down

0 comments on commit 134b917

Please sign in to comment.