From 5afcd41752602f8c76faab8042a46e6b8c66bbb6 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 23 Jul 2008 15:47:28 +0200 Subject: Be correct, use "const" --- libpiano/src/crypt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpiano/src/crypt.h') diff --git a/libpiano/src/crypt.h b/libpiano/src/crypt.h index 5b097f1..3694846 100644 --- a/libpiano/src/crypt.h +++ b/libpiano/src/crypt.h @@ -23,7 +23,7 @@ THE SOFTWARE. #ifndef _CRYPH_H #define _CRYPT_H -char *PianoDecryptString (char *strInput); -char *PianoEncryptString (char *strInput); +char *PianoDecryptString (const char *strInput); +char *PianoEncryptString (const char *strInput); #endif /* _CRYPT_H */ -- cgit v1.2.3