amqp.h 251 B

1234567891011
  1. // Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
  2. // SPDX-License-Identifier: mit
  3. #ifndef AMQP_H
  4. #define AMQP_H
  5. #warning "amqp.h is deprecated, use rabbitmq-c/amqp.h instead."
  6. #include <rabbitmq-c/amqp.h>
  7. #endif /* AMQP_H */