X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=8acc9a642a07545e8ebd3faa4bb9a4344dc2e544;hb=ea2e1dd9ae844c96f62ccf3852927ba040fddcbf;hp=856aeb07dfb09bfbbb7ad2a5af0f87801323c535;hpb=b7844a20af9f517f71e2f0d53c7c4f2a1a9dfc35;p=PuTTY.git diff --git a/putty.h b/putty.h index 856aeb07..8acc9a64 100644 --- a/putty.h +++ b/putty.h @@ -425,7 +425,7 @@ void random_get_savedata(void **data, int *len); * Exports from misc.c. */ -#include "puttymem.h" +#include "misc.h" /* * Exports from version.c. @@ -459,11 +459,5 @@ void crypto_wrapup(); void agent_query(void *in, int inlen, void **out, int *outlen); int agent_exists(void); -#ifdef DEBUG -void dprintf(char *fmt, ...); -#define debug(x) (dprintf x) -#else -#define debug(x) -#endif #endif