comparison sidlib.h @ 361:5711c23e40cc

Oops, forgot to mark sidlib_stil_fields_{uc,lc} arrays extern in the header file. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Aug 2020 10:07:23 +0300
parents 4978ff445572
children f73270cabde2
comparison
equal deleted inserted replaced
360:522c8a77ad54 361:5711c23e40cc
159 159
160 160
161 // 161 //
162 // Globals 162 // Globals
163 // 163 //
164 const char * sidlib_stil_fields_uc[STF_LAST]; 164 extern const char * sidlib_stil_fields_uc[STF_LAST];
165 const char * sidlib_stil_fields_lc[STF_LAST]; 165 extern const char * sidlib_stil_fields_lc[STF_LAST];
166 166
167 167
168 // 168 //
169 // Functions 169 // Functions
170 // 170 //