--- libaitcli/example/test.c 2010/04/16 13:20:29 1.1.1.1 +++ libaitcli/example/test.c 2010/04/19 09:30:49 1.1.1.1.2.1 @@ -59,7 +59,7 @@ int main() { int ret; - ret = cliExec(commands, stdout, "test>"); + ret = cliExec(commands, "test>"); return 0; }