# HG changeset patch # User giacomo # Date 1169488263 28800 # Node ID 86ef3bf12a59900c421506db63fbf354367a6395 # Parent ab2b1b6f6179247a3daa1be2cc46027e93540c33 [svn] - export main.h again diff -r ab2b1b6f6179 -r 86ef3bf12a59 ChangeLog --- a/ChangeLog Mon Jan 22 09:35:30 2007 -0800 +++ b/ChangeLog Mon Jan 22 09:51:03 2007 -0800 @@ -1,3 +1,13 @@ +2007-01-22 17:35:30 +0000 Giacomo Lozito + revision [3780] + - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h + trunk/src/audacious/Makefile | 2 +- + trunk/src/audacious/strings.h | 4 ++-- + trunk/src/audacious/ui_fileinfo.c | 1 + + trunk/src/audacious/widgets/playlist_list.c | 1 + + 4 files changed, 5 insertions(+), 3 deletions(-) + + 2007-01-22 16:38:42 +0000 William Pitcock revision [3778] - improve upon welsh translation grammar diff -r ab2b1b6f6179 -r 86ef3bf12a59 src/audacious/Makefile --- a/src/audacious/Makefile Mon Jan 22 09:35:30 2007 -0800 +++ b/src/audacious/Makefile Mon Jan 22 09:51:03 2007 -0800 @@ -29,6 +29,7 @@ HEADERS = \ input.h \ + main.h \ output.h \ playlist.h \ playlist_container.h \ diff -r ab2b1b6f6179 -r 86ef3bf12a59 src/audacious/main.h --- a/src/audacious/main.h Mon Jan 22 09:35:30 2007 -0800 +++ b/src/audacious/main.h Mon Jan 22 09:51:03 2007 -0800 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef MAIN_H -#define MAIN_H +#ifndef AUD_MAIN_H +#define AUD_MAIN_H #ifdef _AUDACIOUS_CORE # include "widgets/widgetcore.h"