dockapps/wmbiff-0.4.27/wmbiff/passwordMgr.h
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

9 lines
260 B
C

#include "Client.h"
/*@mustfree@*/ char *passwordFor(const char *username,
const char *servername, Pop3 pc,
int bFlushCache);
/* tested by test_wmbiff; don't use this for anything. */
int permissions_ok(Pop3 pc, const char *askpass_fname);