
* move buffer[] to print_passwd(); it's used only there * make trim(), usage(), print_passwd() static, and g/c no longer needed prototypes for them * replace __progname with getprogname()/setprogname() * move the prototypes for pwd_getsalt()/to64() outside of print_passwd() change reviewed by Niels