From 1c604c9e07294b0f581ed359739dd8d49e9e2d8f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 May 2018 18:56:42 +0300 Subject: [PATCH] syntax --- iguana/exchanges/LP_include.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index 509255c58..d90c0c3ef 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -29,9 +29,10 @@ #ifdef FROMGUI #define printf dontprintf -#define fprintf dontprintf +#define fprintf fdontprintf void dontprintf(char *formatstr,...) {} +void fdontprintf(FILE *fp,char *formatstr,...) {} #endif #define LP_MAJOR_VERSION "0"