Added z85 codec to ZMQ API

* Removed redundant Z85 code and include files from project
* Simplified use of headers in test cases (now they all just use testutil.hpp)
* Export zmq_z85_encode() and zmq_z85_decode() in API
* Added man pages for these two functions
This commit is contained in:
Pieter Hintjens
2013-09-15 20:07:33 +02:00
parent 193d0bb634
commit 576e3ca5e0
53 changed files with 237 additions and 397 deletions

View File

@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdlib.h>
#include "testutil.hpp"
const char *bind_address = 0;