Turi Create  4.0
print_zmq_error.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef NANOSOCKETS_PRINT_ZMQ_ERROR_HPP
7 #define NANOSOCKETS_PRINT_ZMQ_ERROR_HPP
8 namespace turi {
9 namespace nanosockets {
10 extern void print_zmq_error(const char* prefix);
11 }
12 }
13 #endif