diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-08-09 05:30:34 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-08-09 05:30:34 +0000 |
commit | 4e86c50016ecfea40a72930cdd0460143f9edf4a (patch) | |
tree | e13c153b8042752a64134b3565e0e87a61d51398 /src/crypt.h | |
parent | 9e48c6f7d602364eb1c18de7e1e4c00e4852839c (diff) | |
download | libbu++-4e86c50016ecfea40a72930cdd0460143f9edf4a.tar.gz libbu++-4e86c50016ecfea40a72930cdd0460143f9edf4a.tar.bz2 libbu++-4e86c50016ecfea40a72930cdd0460143f9edf4a.tar.xz libbu++-4e86c50016ecfea40a72930cdd0460143f9edf4a.zip |
Really, just a lot of documenting.
Diffstat (limited to 'src/crypt.h')
-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 |