libzmq/include
Pieter Hintjens a087ce55ea Problem: two header files for a single library
Users who need e.g. zmq_curve_keypair() have to remember to include
zmq_utils.h, which is counter-intuitive. The whole library should be
represented by a single include file.

Solution: merge all contents of zmq_utils.h into zmq.h, and deprecate
zmq_utils.h. Existing apps can continue unchanged. New apps can ignore
zmq_utils.h completely.
2014-06-27 15:58:18 +02:00
..
zmq_utils.h Problem: two header files for a single library 2014-06-27 15:58:18 +02:00
zmq.h Problem: two header files for a single library 2014-06-27 15:58:18 +02:00