changeset 2386:86ef3bf12a59 trunk

[svn] - export main.h again
author giacomo
date Mon, 22 Jan 2007 09:51:03 -0800
parents ab2b1b6f6179
children af600aefd2cf
files ChangeLog src/audacious/Makefile src/audacious/main.h
diffstat 3 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <james@develia.org>
+  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 <nenolod@sacredspiral.co.uk>
   revision [3778]
   - improve upon welsh translation grammar
--- 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 \
--- 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"