put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.

This commit is contained in:
TLINDEN
2014-05-04 17:11:03 +02:00
parent d1c87d1001
commit da9891ff81
58 changed files with 1330 additions and 958 deletions

View File

@@ -35,6 +35,9 @@
#include "z85.h"
#include "zmq_z85.h"
#include "defines.h"
#include "context.h"
extern PCPCTX *ptx;
int pcpz85_encode(char *infile, char *outfile);
int pcpz85_decode(char *infile, char *outfile);