From d82ba6bd534e20fbad35bae1e8504624967e02fb Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 2 Oct 2013 12:05:14 +0200 Subject: [PATCH] Clarified that zmq.h constants are part of the public contract --- include/zmq.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/zmq.h b/include/zmq.h index ee529c2f..8bb1e15e 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -15,6 +15,14 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . + + ************************************************************************* + NOTE to contributors. This file comprises the principal public contract + for ZeroMQ API users (along with zmq_utils.h). Any change to this file + supplied in a stable release SHOULD not break existing applications. + In practice this means that the value of constants must not change, and + that old values may not be reused for new constants. + ************************************************************************* */ #ifndef __ZMQ_H_INCLUDED__