diff sidlib.h @ 352:4978ff445572

Add lowercase versions of the STIL field names array as sidlib_stil_fields_lc[]. Rename the uppercase array as sidlib_stil_fields_uc[].
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jan 2020 04:41:49 +0200
parents 6d0143e43edf
children 5711c23e40cc
line wrap: on
line diff
--- a/sidlib.h	Mon Jan 20 17:13:32 2020 +0200
+++ b/sidlib.h	Tue Jan 21 04:41:49 2020 +0200
@@ -161,7 +161,8 @@
 //
 // Globals
 //
-const char *     sidlib_stil_fields[STF_LAST];
+const char *     sidlib_stil_fields_uc[STF_LAST];
+const char *     sidlib_stil_fields_lc[STF_LAST];
 
 
 //