summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 1f5673a..fd2398b 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -65,6 +65,11 @@ void chrif_setpasswd (char *pwd)
passwd[sizeof(passwd)-1] = '\0';
}
+char *chrif_getpasswd ()
+{
+ return passwd;
+}
+
/*==========================================
*
*------------------------------------------