diff options
Diffstat (limited to 'src/libpiano/crypt.h')
| -rw-r--r-- | src/libpiano/crypt.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/libpiano/crypt.h b/src/libpiano/crypt.h index 6b2fb96..945e9e6 100644 --- a/src/libpiano/crypt.h +++ b/src/libpiano/crypt.h @@ -1,5 +1,5 @@  /* -Copyright (c) 2008-2010 +Copyright (c) 2008-2011  	Lars-Dominik Braun <lars@6xq.net>  Permission is hereby granted, free of charge, to any person obtaining a copy @@ -24,7 +24,7 @@ THE SOFTWARE.  #ifndef _CRYPH_H  #define _CRYPT_H -char *PianoDecryptString (const char *strInput); +char *PianoDecryptString (const char * const, size_t * const);  char *PianoEncryptString (const char *strInput);  #endif /* _CRYPT_H */ | 
