aboutsummaryrefslogtreecommitdiff
path: root/src/stable/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/crypt.h')
-rw-r--r--src/stable/crypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stable/crypt.h b/src/stable/crypt.h
index 14adc3a..5093610 100644
--- a/src/stable/crypt.h
+++ b/src/stable/crypt.h
@@ -12,8 +12,8 @@
12 12
13namespace Bu 13namespace Bu
14{ 14{
15 String cryptPass( const Bu::String &sPass, const Bu::String &sSalt ); 15 String cryptPass( const Bu::String &sPass, const Bu::String &sSalt );
16 String cryptPass( const Bu::String &sPass ); 16 String cryptPass( const Bu::String &sPass );
17}; 17};
18 18
19#endif 19#endif