oxen-mq/oxenmq/bt_producer.h

13 lines
193 B
C++

#pragma once
#include <oxenc/bt_producer.h>
// Compatibility shim for oxenc includes
namespace oxenmq {
using oxenc::bt_list_producer;
using oxenc::bt_dict_producer;
} // namespace oxenmq