rename ReceiveCommandP -> ReceiveCommandPoll for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user