diff lib/gftp.h @ 330:532eb171d5c2

2003-12-7 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added scramble passwords option. This patch is mostly from Aurelien Jarno <lists@aurel32.net>, but it was modified by me quite a bit. This is not safe, and can be broken. That is why it's labeled scrambled passwords instead of encrypt passwords. * acinclude.m4 - fix to AC_INTL_PRINTF
author masneyb
date Mon, 08 Dec 2003 02:53:24 +0000
parents 0fcc6468a0af
children 0f34108f27b7
line wrap: on
line diff
--- a/lib/gftp.h	Mon Dec 08 02:14:26 2003 +0000
+++ b/lib/gftp.h	Mon Dec 08 02:53:24 2003 +0000
@@ -717,6 +717,10 @@
 
 void gftp_locale_init 			( void );
 
+char * gftp_scramble_password		( const char *password );
+
+char * gftp_descramble_password		( const char *password );
+
 /* protocols.c */
 #define GFTP_FTP_NUM				0
 #define GFTP_HTTP_NUM				1