From 63038a50495facdc22d6277d48e11d549d61e0dc Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth Date: Mon, 23 May 2011 22:08:00 +0200 Subject: [PATCH] spyc/circuit: rename peek here too --- world/net/spyc/circuit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/net/spyc/circuit.c b/world/net/spyc/circuit.c index 409c2ed..5ad365b 100644 --- a/world/net/spyc/circuit.c +++ b/world/net/spyc/circuit.c @@ -48,7 +48,7 @@ void runQ(); int isServer() { return 0; } -void peek(string data) { +void connection_peek(string data) { #if __EFUN_DEFINED__(enable_binary) enable_binary(ME); #else