1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

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

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