spyc/circuit: rename peek here too

This commit is contained in:
Gabor Adam Toth 2011-05-23 22:08:00 +02:00
parent 7453aaf395
commit 63038a5049
1 changed files with 1 additions and 1 deletions

View File

@ -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