From f5aca1a1b402bd7ebc944dc6e6fe65828d863365 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 02:14:08 +0000 Subject: Bu::FString is now String, and there's a shell script to fix any other programs that were using fstring, I hope. --- src/crypt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/crypt.h') diff --git a/src/crypt.h b/src/crypt.h index cf7fb97..d6bfe4b 100644 --- a/src/crypt.h +++ b/src/crypt.h @@ -8,12 +8,12 @@ #ifndef BU_CRYPT_H #define BU_CRYPT_H -#include "bu/fstring.h" +#include "bu/string.h" namespace Bu { - FString cryptPass( const Bu::FString &sPass, const Bu::FString &sSalt ); - FString cryptPass( const Bu::FString &sPass ); + String cryptPass( const Bu::String &sPass, const Bu::String &sSalt ); + String cryptPass( const Bu::String &sPass ); }; #endif -- cgit v1.2.3