diff minijss/jssmod.h @ 948:698ee83bac98

Constify & cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 18:01:14 +0200
parents fc5bd0ccc260
children e22d4ceb6414
line wrap: on
line diff
--- a/minijss/jssmod.h	Thu Feb 26 15:58:04 2015 +0200
+++ b/minijss/jssmod.h	Thu Feb 26 18:01:14 2015 +0200
@@ -288,7 +288,7 @@
 #endif
 
 #ifndef JSS_LIGHT
-char*               jssASCIItoStr(char *, const char, const size_t);
+char *              jssASCIItoStr(const char *src, const char endByte, const size_t len);
 BOOL                jssEncodeSample8(Uint8 *, const size_t, const int);
 BOOL                jssEncodeSample16(Uint16 *, const size_t, const int);
 #endif