Move SASL passphrase generation code to utils

This commit is contained in:
Berke Viktor
2012-10-25 21:08:26 +02:00
parent f50a1bf1dd
commit 215325c058
3 changed files with 25 additions and 17 deletions

View File

@@ -61,5 +61,6 @@ void canonalize_key (char *key);
int portable_mode ();
int hextray_mode ();
GSList *get_subdirs (const char *path);
char *encode_sasl_pass (char *user, char *pass);
#endif