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

/** @file amqp_framing.h */
#ifndef AMQP_FRAMING_H
#define AMQP_FRAMING_H

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

#include <rabbitmq-c/framing.h>

#endif /* AMQP_FRAMING_H */