From 4e86c50016ecfea40a72930cdd0460143f9edf4a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 9 Aug 2009 05:30:34 +0000 Subject: Really, just a lot of documenting. --- src/crypt.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/crypt.h') diff --git a/src/crypt.h b/src/crypt.h index 1ea1b85..a38ff52 100644 --- a/src/crypt.h +++ b/src/crypt.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #ifndef BU_CRYPT_H #define BU_CRYPT_H @@ -5,8 +12,8 @@ namespace Bu { - FString cryptPass( const FString &sPass, const FString &sSalt ); - FString cryptPass( const FString &sPass ); + FString cryptPass( const Bu::FString &sPass, const Bu::FString &sSalt ); + FString cryptPass( const Bu::FString &sPass ); }; #endif -- cgit v1.2.3