On Mon, Aug 27, 2012 at 3:39 PM, Matthew Flatt <mfl...@cs.utah.edu> wrote:

> You need
>
>  (define-amqp amqp_queue_declare
>    (_fun _amqp-connection-state-pointer
>          _amqp_channel_t _pointer _int _int _int _int _pointer
>          -> _amqp_queue_declare_ok_t-pointer))
>
> Using `_amqp_queue_declare_ok_t' corresponds to the return type
> `_amqp_queue_declare_ok_t', while `_amqp_queue_declare_ok_t-pointer'
> corresponds to `_amqp_queue_declare_ok_t*'.
>

Many thanks Matthew.  That has fixed it.

Juan
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to