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:
parent
7453aaf395
commit
63038a5049
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue