···3030extern int spcf_init_tapefile_type;
313132323333-/*extern int spcf_read_conf_file(const char *filename);*/
3333+extern int spcf_read_conf_file(const char *filename);
3434extern void spcf_read_command_line(const void* parameter);
3535extern void spcf_read_xresources(void);
3636extern int spcf_find_file_type(char *filename, int *ftp, int *ftsubp);
-1
apps/plugins/zxbox/spscr.h
···23232424#include "z80_type.h"
25252626-extern int scrmul;
2726extern volatile int screen_visible;
28272928extern void init_spect_scr(void);
+2-2
apps/plugins/zxbox/spsound.c
···189189 }
190190#endif
191191}
192192-void get_more(unsigned char** start, size_t* size)
192192+static void get_more(unsigned char** start, size_t* size)
193193{
194194 doneplay = 1;
195195 rb->pcm_play_stop();
···199199200200/* sp_sound_buf is Unsigned 8 bit, Rate 8000 Hz, Mono */
201201202202-void write_buf(void){
202202+static void write_buf(void){
203203 int i,j;
204204205205 /* still not sure what is the best way to do this */