changeset 310:8a489e5a81d7

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jan 2020 13:51:02 +0200
parents ff93c168c4aa
children ee56f1f2b528
files sidlib.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidlib.h	Fri Jan 10 02:05:21 2020 +0200
+++ b/sidlib.h	Sat Jan 11 13:51:02 2020 +0200
@@ -102,6 +102,7 @@
     int nsubtunes;
     SIDLibSTILSubTune **subtunes;
 
+    // Internal use only
     SIDLibSLDBNode *lengths;
 } SIDLibSTILNode;
 
@@ -139,10 +140,10 @@
     size_t dataSize;     // Total size of data - header
     th_md5hash_t hash;   // Songlength database hash
 
+    // Internal use only
+    BOOL allocated; // TRUE if structure has been allocated
     SIDLibSLDBNode *lengths; // Songlength information node pointer
     SIDLibSTILNode *stil;  // STIL database node pointer
-    BOOL allocated; // TRUE if structure has been allocated
-
 } SIDLibPSIDHeader;