rename ReceiveCommandP -> ReceiveCommandPoll for consistency

This commit is contained in:
bushing 2009-12-22 12:44:38 +00:00
parent a99c6a1921
commit aa81a8d3f1
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ int main(int argc, char **argv)
ReceiveCommand(&cmdbuf);
HANDLE_ERROR
for (i=0; i<5; i++) {
ReceiveCommandP(&cmdbuf);
ReceiveCommandPoll(&cmdbuf);
}
HANDLE_ERROR