changeset 1735:0617015a528b trunk

[svn] - export the util.h as provided by audacious/
author nenolod
date Mon, 18 Sep 2006 01:45:08 -0700
parents 43c197f55dda
children fed902161f2a
files ChangeLog audacious/Makefile
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 18 01:44:39 2006 -0700
+++ b/ChangeLog	Mon Sep 18 01:45:08 2006 -0700
@@ -1,3 +1,14 @@
+2006-09-18 08:44:39 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2405]
+  - merge libaudacious (public) and audacious util APIs
+  
+
+  Changes:        Modified:
+  +22 -0          trunk/audacious/util.h  
+  +1 -1           trunk/libaudacious/Makefile.in  
+  +1 -32          trunk/libaudacious/util.h  
+
+
 2006-09-18 08:41:41 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2403]
   - add the PlaylistContainer API to the SDK.
--- a/audacious/Makefile	Mon Sep 18 01:44:39 2006 -0700
+++ b/audacious/Makefile	Mon Sep 18 01:45:08 2006 -0700
@@ -32,7 +32,8 @@
 	playlist.h \
 	playlist_container.h \
 	plugin.h \
-	prefswin.h
+	prefswin.h \
+	util.h
 
 SOURCES = \
 	build_stamp.c \