--- libaitcli/example/test.c 2010/04/16 13:20:29 1.1 +++ libaitcli/example/test.c 2010/06/04 11:32:47 1.2 @@ -59,7 +59,7 @@ int main() { int ret; - ret = cliExec(commands, stdout, "test>"); + ret = cliExec(commands, "test>"); return 0; }