1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- snd-nogui.c.old Mon Dec 3 05:03:09 2001
+++ snd-nogui.c Thu Jan 17 10:46:15 2002
@@ -240,9 +240,9 @@
char *clm2snd_help(void) {return(NULL);}
char *read_file_data_choices(file_data *fdat, int *srate, int *chans, int *type, int *format, int *location) {return(NULL);}
void alert_new_file(void) {}
-
+#if HAVE_GUILE
void g_initialize_xgfile(void) {}
-
+#endif
snd_info *make_new_file_dialog(snd_state *ss, char *newname, int header_type, int data_format, int srate, int chans, char *comment) {return(NULL);}
void make_cur_name_row(int old_size, int new_size) {}
void make_prev_name_row(int old_size, int new_size) {}
|