Mercurial > audlegacy-plugins
changeset 1569:25ea2127eefa
filewriter: fix symbol collisions
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 02 Sep 2007 22:01:45 -0500 |
parents | 8a4fbe599b05 |
children | 85788238cbf5 |
files | src/filewriter/filewriter.c src/filewriter/filewriter.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filewriter/filewriter.c Sun Sep 02 21:55:07 2007 -0500 +++ b/src/filewriter/filewriter.c Sun Sep 02 22:01:45 2007 -0500 @@ -23,6 +23,8 @@ #include "filewriter.h" #include "plugins.h" +struct format_info input; + static GtkWidget *configure_win = NULL, *configure_vbox; static GtkWidget *path_hbox, *path_label, *path_dirbrowser; static GtkWidget *configure_bbox, *configure_ok, *configure_cancel;