From 314d74562dbf8af768bceca8b5a5523b28e8ff55 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 24 Jun 2018 23:26:43 -1100 Subject: [PATCH] Fix --- iguana/exchanges/LP_mpnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_mpnet.c b/iguana/exchanges/LP_mpnet.c index 3961ae0dd..0daf5d71a 100644 --- a/iguana/exchanges/LP_mpnet.c +++ b/iguana/exchanges/LP_mpnet.c @@ -20,7 +20,7 @@ int32_t LP_tradecommand(void *ctx,char *myipaddr,int32_t pubsock,cJSON *argjson,uint8_t *data,int32_t datalen); int32_t LP_quoteparse(struct LP_quoteinfo *qp,cJSON *argjson); -int32_t LP_mpnet_addorder(struct LP_quoteinfo *qp); +void LP_gtc_addorder(struct LP_quoteinfo *qp); int32_t LP_mpnet_addorder(struct LP_quoteinfo *qp) {