summaryrefslogtreecommitdiff
path: root/include/amqp.h
blob: ea67efd2e9a362e6c17b545ea92efb31317e723d (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit

#ifndef AMQP_H
#define AMQP_H

#warning "amqp.h is deprecated, use rabbitmq-c/amqp.h instead."

#include <rabbitmq-c/amqp.h>

#endif /* AMQP_H */