summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 21:08:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 21:08:26 +0200
commit215325c0589927882389c22761af2db8beb985cd (patch)
tree66d43eda651ea6dd3d1685f49aae7a87eedd7377 /src/common/util.h
parentf50a1bf1dd622e81b12b985a5388df386bf2bcfc (diff)
Move SASL passphrase generation code to utils
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 484cd617..d2e8e84e 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -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