• Pieter Hintjens's avatar
    Problem: two header files for a single library · a087ce55
    Pieter Hintjens authored
    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.
    a087ce55
zmq_utils.h 843 Bytes