diff options
Diffstat (limited to '')
-rw-r--r-- | src/crypt.h | 11 |
1 files changed, 9 insertions, 2 deletions
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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | |||
1 | #ifndef BU_CRYPT_H | 8 | #ifndef BU_CRYPT_H |
2 | #define BU_CRYPT_H | 9 | #define BU_CRYPT_H |
3 | 10 | ||
@@ -5,8 +12,8 @@ | |||
5 | 12 | ||
6 | namespace Bu | 13 | namespace Bu |
7 | { | 14 | { |
8 | FString cryptPass( const FString &sPass, const FString &sSalt ); | 15 | FString cryptPass( const Bu::FString &sPass, const Bu::FString &sSalt ); |
9 | FString cryptPass( const FString &sPass ); | 16 | FString cryptPass( const Bu::FString &sPass ); |
10 | }; | 17 | }; |
11 | 18 | ||
12 | #endif | 19 | #endif |