summaryrefslogtreecommitdiff
path: root/libpiano/src/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpiano/src/crypt.h')
-rw-r--r--libpiano/src/crypt.h4
1 files changed, 2 insertions, 2 deletions
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 */