Hello all.. Ive ben using pmwho now for probably about 2.5 years.. and it works really well for what i need.. anyway.. quick question if i may.. in the pmwho.c source, its mentioned about setting up the password tables for multiple passwords.. ( which is what we have ).. Im having trouble compiling it again though.. The original is thus ........... struct { char hostname[32]; char password[32]; } pwtable[] = { /* { "pm1", "topsecret" } */ }; my modified one looks like ......... struct { char hostname[32]; char password[32]; } pwtable[] = { { "pm1", "topsecret" } { "pm2", "topsecret1" } }; Yet whenever i compile Im getting errors.. is my structure incorrect ?? Thanks in advance.. - To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.