changeset 266:254828e9213b

Make sidlib_stil_fields[] public.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 00:26:27 +0200
parents 05bbe428a0ab
children ac6b5957b82b
files sidlib.c sidlib.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidlib.c	Mon Jan 06 00:05:16 2020 +0200
+++ b/sidlib.c	Mon Jan 06 00:26:27 2020 +0200
@@ -735,7 +735,7 @@
 };
 
 
-static const char *sidlib_stil_fields[STF_LAST] =
+const char *sidlib_stil_fields[STF_LAST] =
 {
     "NAME",
     "AUTHOR",
--- a/sidlib.h	Mon Jan 06 00:05:16 2020 +0200
+++ b/sidlib.h	Mon Jan 06 00:26:27 2020 +0200
@@ -144,6 +144,11 @@
 
 
 //
+// Globals
+//
+const char *sidlib_stil_fields[STF_LAST];
+
+//
 // Functions
 //
 int              sidlib_read_sid_file(th_ioctx *ctx, SIDLibPSIDHeader *psid, const BOOL newSLDB);