mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user